Html Css Color HEX #FAD32F Sunglow

📋 copy color: '#FAD32F'

red 250 ◦ green 211 ◦ blue 47

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

Shades of Sunglow #FAD32F

Tints of Sunglow #FAD32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.25%

R = 49.21%
G = 41.54%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAD32F (or 0xFAD32F) is known color: Sunglow. HEX triplet: FA, D3 and 2F. RGB value is (250,211,47). Sum of RGB (Red+Green+Blue) = 250+211+47=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD32F is #052CD0. Grayscale: #CCCCCC. Windows color (decimal): -339153 or 3134458. OLE color: 3134458.

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

Color convert

RGB 250 211 47 -
CMYK 0 0.16 0.81 0.02
HSL 48.47º 0.95% 0.58% -
HSV(B) 48.47º 0.81% 0.98% -
XYZ 63.23 67.12 12.31 -
YUV 203.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 250 211 47 0 0.16 0.81 0.02 48.47 0.95 0.58
Hex FA D3 2F 0 10 51 2 30 5F 3A
Octal 372 323 57 0 20 121 2 60 137 72
Binary 11111010 11010011 101111 0 10000 1010001 10 110000 1011111 111010

Color Harmonies of #FAD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD32F

Black with #FAD32F

Text Example


Text Example

White with #FAD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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