Html Css Color HEX #FAD231 Sunglow

📋 copy color: '#FAD231'

red 250 ◦ green 210 ◦ blue 49

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

Shades of Sunglow #FAD231

Tints of Sunglow #FAD231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.63%

R = 49.12%
G = 41.26%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAD231 (or 0xFAD231) is known color: Sunglow. HEX triplet: FA, D2 and 31. RGB value is (250,210,49). Sum of RGB (Red+Green+Blue) = 250+210+49=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD231 is #052DCE. Grayscale: #CCCCCC. Windows color (decimal): -339407 or 3265274. OLE color: 3265274.

HSL color Cylindrical-coordinate representation of color #FAD231: hue angle of 48.06º 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 #FAD231 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 49 -
CMYK 0 0.16 0.80 0.02
HSL 48.06º 0.95% 0.59% -
HSV(B) 48.06º 0.8% 0.98% -
XYZ 63.03 66.64 12.45 -
YUV 203.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 250 210 49 0 0.16 0.80 0.02 48.06 0.95 0.59
Hex FA D2 31 0 10 50 2 30 5F 3B
Octal 372 322 61 0 20 120 2 60 137 73
Binary 11111010 11010010 110001 0 10000 1010000 10 110000 1011111 111011

Color Harmonies of #FAD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD231

Black with #FAD231

Text Example


Text Example

White with #FAD231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD231; }

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

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

background-color css

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

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

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

border-color css

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

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

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