Html Css Color HEX #FAD632 Sunglow

📋 copy color: '#FAD632'

red 250 ◦ green 214 ◦ blue 50

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

Shades of Sunglow #FAD632

Tints of Sunglow #FAD632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.63%

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

R = 48.64%
G = 41.63%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAD632 (or 0xFAD632) is known color: Sunglow. HEX triplet: FA, D6 and 32. RGB value is (250,214,50). Sum of RGB (Red+Green+Blue) = 250+214+50=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD632 is #0529CD. Grayscale: #CECECE. Windows color (decimal): -338382 or 3331834. OLE color: 3331834.

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

Color convert

RGB 250 214 50 -
CMYK 0 0.14 0.8 0.02
HSL 49.2º 0.95% 0.59% -
HSV(B) 49.2º 0.8% 0.98% -
XYZ 64.05 68.65 12.89 -
YUV 206.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 250 214 50 0 0.14 0.8 0.02 49.2 0.95 0.59
Hex FA D6 32 0 E 50 2 31 5F 3B
Octal 372 326 62 0 16 120 2 61 137 73
Binary 11111010 11010110 110010 0 1110 1010000 10 110001 1011111 111011

Color Harmonies of #FAD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD632

Black with #FAD632

Text Example


Text Example

White with #FAD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD632; }

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

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

background-color css

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

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

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

border-color css

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

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

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