Html Css Color HEX #FFDE03 Golden Yellow

📋 copy color: '#FFDE03'

red 255 ◦ green 222 ◦ blue 3

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

Shades of Golden Yellow #FFDE03

Tints of Golden Yellow #FFDE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 53.13%
G = 46.25%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFDE03 (or 0xFFDE03) is known color: Golden Yellow. HEX triplet: FF, DE and 03. RGB value is (255,222,3). Sum of RGB (Red+Green+Blue) = 255+222+3=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 3 (1.56% from 255 or 0.62% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE03 is #0021FC. Grayscale: #CFCFCF. Windows color (decimal): -8701 or 253695. OLE color: 253695.

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

Color convert

RGB 255 222 3 -
CMYK 0 0.13 0.99 0
HSL 52.14º 1% 0.51% -
HSV(B) 52.14º 0.99% 1% -
XYZ 67.38 73.51 10.72 -
YUV 206.9 12.93 162.31 -
System Red Green Blue C M Y K H S L
Decimal 255 222 3 0 0.13 0.99 0 52.14 1 0.51
Hex FF DE 3 0 D 63 0 34 64 33
Octal 377 336 3 0 15 143 0 64 144 63
Binary 11111111 11011110 11 0 1101 1100011 0 110100 1100100 110011

Color Harmonies of #FFDE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE03

Black with #FFDE03

Text Example


Text Example

White with #FFDE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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