Html Css Color HEX #FAD232 Sunglow

📋 copy color: '#FAD232'

red 250 ◦ green 210 ◦ blue 50

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

Shades of Sunglow #FAD232

Tints of Sunglow #FAD232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.8%

R = 49.02%
G = 41.18%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAD232 (or 0xFAD232) is known color: Sunglow. HEX triplet: FA, D2 and 32. RGB value is (250,210,50). Sum of RGB (Red+Green+Blue) = 250+210+50=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD232 is #052DCD. Grayscale: #CCCCCC. Windows color (decimal): -339406 or 3330810. OLE color: 3330810.

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

Color convert

RGB 250 210 50 -
CMYK 0 0.16 0.8 0.02
HSL 48º 0.95% 0.59% -
HSV(B) 48º 0.8% 0.98% -
XYZ 63.05 66.65 12.56 -
YUV 203.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 250 210 50 0 0.16 0.8 0.02 48 0.95 0.59
Hex FA D2 32 0 10 50 2 30 5F 3B
Octal 372 322 62 0 20 120 2 60 137 73
Binary 11111010 11010010 110010 0 10000 1010000 10 110000 1011111 111011

Color Harmonies of #FAD232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD232

Black with #FAD232

Text Example


Text Example

White with #FAD232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD232; }

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

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

background-color css

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

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

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

border-color css

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

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

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