Html Css Color HEX #FAD636 Sunglow

📋 copy color: '#FAD636'

red 250 ◦ green 214 ◦ blue 54

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

Shades of Sunglow #FAD636

Tints of Sunglow #FAD636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.42%

R = 48.26%
G = 41.31%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAD636 (or 0xFAD636) is known color: Sunglow. HEX triplet: FA, D6 and 36. RGB value is (250,214,54). Sum of RGB (Red+Green+Blue) = 250+214+54=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 54 (21.48% from 255 or 10.42% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD636 is #0529C9. Grayscale: #CFCFCF. Windows color (decimal): -338378 or 3593978. OLE color: 3593978.

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

Color convert

RGB 250 214 54 -
CMYK 0 0.14 0.78 0.02
HSL 48.98º 0.95% 0.6% -
HSV(B) 48.98º 0.78% 0.98% -
XYZ 64.14 68.68 13.37 -
YUV 206.52 41.93 159.01 -
System Red Green Blue C M Y K H S L
Decimal 250 214 54 0 0.14 0.78 0.02 48.98 0.95 0.6
Hex FA D6 36 0 E 4E 2 31 5F 3C
Octal 372 326 66 0 16 116 2 61 137 74
Binary 11111010 11010110 110110 0 1110 1001110 10 110001 1011111 111100

Color Harmonies of #FAD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD636

Black with #FAD636

Text Example


Text Example

White with #FAD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD636; }

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

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

background-color css

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

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

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

border-color css

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

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

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