Html Css Color HEX #FAD633 Sunglow

📋 copy color: '#FAD633'

red 250 ◦ green 214 ◦ blue 51

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

Shades of Sunglow #FAD633

Tints of Sunglow #FAD633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.9%

R = 48.54%
G = 41.55%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAD633 (or 0xFAD633) is known color: Sunglow. HEX triplet: FA, D6 and 33. RGB value is (250,214,51). Sum of RGB (Red+Green+Blue) = 250+214+51=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 51 (20.31% from 255 or 9.90% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD633 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD633 is #0529CC. Grayscale: #CECECE. Windows color (decimal): -338381 or 3397370. OLE color: 3397370.

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

Color convert

RGB 250 214 51 -
CMYK 0 0.14 0.80 0.02
HSL 49.15º 0.95% 0.59% -
HSV(B) 49.15º 0.8% 0.98% -
XYZ 64.07 68.66 13.01 -
YUV 206.18 40.43 159.25 -
System Red Green Blue C M Y K H S L
Decimal 250 214 51 0 0.14 0.80 0.02 49.15 0.95 0.59
Hex FA D6 33 0 E 50 2 31 5F 3B
Octal 372 326 63 0 16 120 2 61 137 73
Binary 11111010 11010110 110011 0 1110 1010000 10 110001 1011111 111011

Color Harmonies of #FAD633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD633

Black with #FAD633

Text Example


Text Example

White with #FAD633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD633; }

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

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

background-color css

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

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

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

border-color css

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

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

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