Html Css Color HEX #FAD333 Sunglow

📋 copy color: '#FAD333'

red 250 ◦ green 211 ◦ blue 51

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

Shades of Sunglow #FAD333

Tints of Sunglow #FAD333

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

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

R = 48.83%
G = 41.21%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAD333 (or 0xFAD333) is known color: Sunglow. HEX triplet: FA, D3 and 33. RGB value is (250,211,51). Sum of RGB (Red+Green+Blue) = 250+211+51=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD333 is #052CCC. Grayscale: #CDCDCD. Windows color (decimal): -339149 or 3396602. OLE color: 3396602.

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

Color convert

RGB 250 211 51 -
CMYK 0 0.16 0.80 0.02
HSL 48.24º 0.95% 0.59% -
HSV(B) 48.24º 0.8% 0.98% -
XYZ 63.32 67.15 12.76 -
YUV 204.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 250 211 51 0 0.16 0.80 0.02 48.24 0.95 0.59
Hex FA D3 33 0 10 50 2 30 5F 3B
Octal 372 323 63 0 20 120 2 60 137 73
Binary 11111010 11010011 110011 0 10000 1010000 10 110000 1011111 111011

Color Harmonies of #FAD333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD333

Black with #FAD333

Text Example


Text Example

White with #FAD333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD333; }

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

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

background-color css

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

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

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

border-color css

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

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

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