Html Css Color HEX #FAD22C Golden Dream

📋 copy color: '#FAD22C'

red 250 ◦ green 210 ◦ blue 44

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

Shades of Golden Dream #FAD22C

Tints of Golden Dream #FAD22C

RGB

 RED value IS 250 (98.05% from 255) = 49.6%

 GREEN value IS 210 (82.42% from 255) = 41.67%

 BLUE value IS 44 (17.58% from 255) = 8.73%

R = 49.6%
G = 41.67%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAD22C (or 0xFAD22C) is known color: Golden Dream. HEX triplet: FA, D2 and 2C. RGB value is (250,210,44). Sum of RGB (Red+Green+Blue) = 250+210+44=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD22C is #052DD3. Grayscale: #CBCBCB. Windows color (decimal): -339412 or 2937594. OLE color: 2937594.

HSL color Cylindrical-coordinate representation of color #FAD22C: hue angle of 48.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAD22C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 44 -
CMYK 0 0.16 0.82 0.02
HSL 48.35º 0.95% 0.58% -
HSV(B) 48.35º 0.82% 0.98% -
XYZ 62.93 66.6 11.92 -
YUV 203.04 38.25 161.5 -
System Red Green Blue C M Y K H S L
Decimal 250 210 44 0 0.16 0.82 0.02 48.35 0.95 0.58
Hex FA D2 2C 0 10 52 2 30 5F 3A
Octal 372 322 54 0 20 122 2 60 137 72
Binary 11111010 11010010 101100 0 10000 1010010 10 110000 1011111 111010

Color Harmonies of #FAD22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD22C

Black with #FAD22C

Text Example


Text Example

White with #FAD22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD22C; }

 p { color: rgb(250,210,44); }

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

background-color css

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

 a { background-color: rgb(250,210,44); }

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

border-color css

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

 span { border-color: rgb(250,210,44); }

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