Html Css Color HEX #FAD431 Sunglow

📋 copy color: '#FAD431'

red 250 ◦ green 212 ◦ blue 49

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

Shades of Sunglow #FAD431

Tints of Sunglow #FAD431

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.49%

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

R = 48.92%
G = 41.49%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAD431 (or 0xFAD431) is known color: Sunglow. HEX triplet: FA, D4 and 31. RGB value is (250,212,49). Sum of RGB (Red+Green+Blue) = 250+212+49=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD431 is #052BCE. Grayscale: #CDCDCD. Windows color (decimal): -338895 or 3265786. OLE color: 3265786.

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

Color convert

RGB 250 212 49 -
CMYK 0 0.15 0.80 0.02
HSL 48.66º 0.95% 0.59% -
HSV(B) 48.66º 0.8% 0.98% -
XYZ 63.52 67.63 12.61 -
YUV 204.78 40.09 160.25 -
System Red Green Blue C M Y K H S L
Decimal 250 212 49 0 0.15 0.80 0.02 48.66 0.95 0.59
Hex FA D4 31 0 F 50 2 31 5F 3B
Octal 372 324 61 0 17 120 2 61 137 73
Binary 11111010 11010100 110001 0 1111 1010000 10 110001 1011111 111011

Color Harmonies of #FAD431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD431

Black with #FAD431

Text Example


Text Example

White with #FAD431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD431; }

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

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

background-color css

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

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

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

border-color css

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

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

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