Html Css Color HEX #F4DD02 Golden Yellow

📋 copy color: '#F4DD02'

red 244 ◦ green 221 ◦ blue 2

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

Shades of Golden Yellow #F4DD02

Tints of Golden Yellow #F4DD02

RGB

 RED value IS 244 (95.7% from 255) = 52.25%

 GREEN value IS 221 (86.72% from 255) = 47.32%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 52.25%
G = 47.32%
B = 0.43%

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

#F4DD02 (or 0xF4DD02) is known color: Golden Yellow. HEX triplet: F4, DD and 02. RGB value is (244,221,2). Sum of RGB (Red+Green+Blue) = 244+221+2=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DD02 is #0B22FD. Grayscale: #CBCBCB. Windows color (decimal): -729854 or 187892. OLE color: 187892.

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

Color convert

RGB 244 221 2 -
CMYK 0 0.09 0.99 0.04
HSL 54.3º 0.98% 0.48% -
HSV(B) 54.3º 0.99% 0.96% -
XYZ 63.18 70.95 10.42 -
YUV 202.91 14.62 157.31 -
System Red Green Blue C M Y K H S L
Decimal 244 221 2 0 0.09 0.99 0.04 54.3 0.98 0.48
Hex F4 DD 2 0 9 63 4 36 62 30
Octal 364 335 2 0 11 143 4 66 142 60
Binary 11110100 11011101 10 0 1001 1100011 100 110110 1100010 110000

Color Harmonies of #F4DD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DD02

Black with #F4DD02

Text Example


Text Example

White with #F4DD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DD02; }

 p { color: rgb(244,221,2); }

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

background-color css

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

 a { background-color: rgb(244,221,2); }

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

border-color css

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

 span { border-color: rgb(244,221,2); }

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