Html Css Color HEX #FAD432 Sunglow

📋 copy color: '#FAD432'

red 250 ◦ green 212 ◦ blue 50

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

Shades of Sunglow #FAD432

Tints of Sunglow #FAD432

RGB

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

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

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

R = 48.83%
G = 41.41%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAD432 (or 0xFAD432) is known color: Sunglow. HEX triplet: FA, D4 and 32. RGB value is (250,212,50). Sum of RGB (Red+Green+Blue) = 250+212+50=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD432 is #052BCD. Grayscale: #CDCDCD. Windows color (decimal): -338894 or 3331322. OLE color: 3331322.

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

Color convert

RGB 250 212 50 -
CMYK 0 0.15 0.8 0.02
HSL 48.6º 0.95% 0.59% -
HSV(B) 48.6º 0.8% 0.98% -
XYZ 63.54 67.64 12.72 -
YUV 204.89 40.59 160.17 -
System Red Green Blue C M Y K H S L
Decimal 250 212 50 0 0.15 0.8 0.02 48.6 0.95 0.59
Hex FA D4 32 0 F 50 2 31 5F 3B
Octal 372 324 62 0 17 120 2 61 137 73
Binary 11111010 11010100 110010 0 1111 1010000 10 110001 1011111 111011

Color Harmonies of #FAD432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD432

Black with #FAD432

Text Example


Text Example

White with #FAD432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD432; }

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

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

background-color css

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

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

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

border-color css

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

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

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