Html Css Color HEX #F5DF03 Golden Yellow

📋 copy color: '#F5DF03'

red 245 ◦ green 223 ◦ blue 3

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

Shades of Golden Yellow #F5DF03

Tints of Golden Yellow #F5DF03

RGB

 RED value IS 245 (96.09% from 255) = 52.02%

 GREEN value IS 223 (87.5% from 255) = 47.35%

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

R = 52.02%
G = 47.35%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5DF03 (or 0xF5DF03) is known color: Golden Yellow. HEX triplet: F5, DF and 03. RGB value is (245,223,3). Sum of RGB (Red+Green+Blue) = 245+223+3=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 3 (1.56% from 255 or 0.64% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DF03 is #0A20FC. Grayscale: #CDCDCD. Windows color (decimal): -663805 or 253941. OLE color: 253941.

HSL color Cylindrical-coordinate representation of color #F5DF03: hue angle of 54.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5DF03 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 223 3 -
CMYK 0 0.09 0.99 0.04
HSL 54.55º 0.98% 0.49% -
HSV(B) 54.55º 0.99% 0.96% -
XYZ 64.06 72.19 10.64 -
YUV 204.5 14.29 156.89 -
System Red Green Blue C M Y K H S L
Decimal 245 223 3 0 0.09 0.99 0.04 54.55 0.98 0.49
Hex F5 DF 3 0 9 63 4 37 62 31
Octal 365 337 3 0 11 143 4 67 142 61
Binary 11110101 11011111 11 0 1001 1100011 100 110111 1100010 110001

Color Harmonies of #F5DF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DF03

Black with #F5DF03

Text Example


Text Example

White with #F5DF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DF03; }

 p { color: rgb(245,223,3); }

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

background-color css

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

 a { background-color: rgb(245,223,3); }

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

border-color css

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

 span { border-color: rgb(245,223,3); }

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