Html Css Color HEX #FFDE0A Golden Yellow

📋 copy color: '#FFDE0A'

red 255 ◦ green 222 ◦ blue 10

#FFDE0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #FFDE0A

Tints of Golden Yellow #FFDE0A

RGB

 RED value IS 255 (100% from 255) = 52.36%

 GREEN value IS 222 (87.11% from 255) = 45.59%

 BLUE value IS 10 (4.3% from 255) = 2.05%

R = 52.36%
G = 45.59%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFDE0A (or 0xFFDE0A) is known color: Golden Yellow. HEX triplet: FF, DE and 0A. RGB value is (255,222,10). Sum of RGB (Red+Green+Blue) = 255+222+10=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 10 (4.30% from 255 or 2.05% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE0A is #0021F5. Grayscale: #D0D0D0. Windows color (decimal): -8694 or 712447. OLE color: 712447.

HSL color Cylindrical-coordinate representation of color #FFDE0A: hue angle of 51.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFDE0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 10 -
CMYK 0 0.13 0.96 0
HSL 51.92º 1% 0.52% -
HSV(B) 51.92º 0.96% 1% -
XYZ 67.42 73.52 10.93 -
YUV 207.7 16.43 161.74 -
System Red Green Blue C M Y K H S L
Decimal 255 222 10 0 0.13 0.96 0 51.92 1 0.52
Hex FF DE A 0 D 60 0 34 64 34
Octal 377 336 12 0 15 140 0 64 144 64
Binary 11111111 11011110 1010 0 1101 1100000 0 110100 1100100 110100

Color Harmonies of #FFDE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE0A

Black with #FFDE0A

Text Example


Text Example

White with #FFDE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE0A; }

 p { color: rgb(255,222,10); }

 H1.HeaderClassName
 {
   color: #FFDE0A;
 }
 .AnyTagClassName
 {
   color: #FFDE0A;
 }
</style>

background-color css

<style>
 a { background-color: #FFDE0A; }

 a { background-color: rgb(255,222,10); }

 div.DivClassName
 {
   background-color: #FFDE0A;
 }
 .BgClassName
 {
   background-color: #FFDE0A;
 }
</style>

border-color css

<style>
 span { border-color: #FFDE0A; }

 span { border-color: rgb(255,222,10); }

 td.TdClassName
 {
   border-color: #FFDE0A;
 }
 .TagClassName
 {
   border-color: #FFDE0A;
 }
</style>