Html Css Color HEX #FAD42F Sunglow

📋 copy color: '#FAD42F'

red 250 ◦ green 212 ◦ blue 47

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

Shades of Sunglow #FAD42F

Tints of Sunglow #FAD42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.65%

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

R = 49.12%
G = 41.65%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAD42F (or 0xFAD42F) is known color: Sunglow. HEX triplet: FA, D4 and 2F. RGB value is (250,212,47). Sum of RGB (Red+Green+Blue) = 250+212+47=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD42F is #052BD0. Grayscale: #CDCDCD. Windows color (decimal): -338897 or 3134714. OLE color: 3134714.

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

Color convert

RGB 250 212 47 -
CMYK 0 0.15 0.81 0.02
HSL 48.77º 0.95% 0.58% -
HSV(B) 48.77º 0.81% 0.98% -
XYZ 63.48 67.62 12.39 -
YUV 204.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 250 212 47 0 0.15 0.81 0.02 48.77 0.95 0.58
Hex FA D4 2F 0 F 51 2 31 5F 3A
Octal 372 324 57 0 17 121 2 61 137 72
Binary 11111010 11010100 101111 0 1111 1010001 10 110001 1011111 111010

Color Harmonies of #FAD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD42F

Black with #FAD42F

Text Example


Text Example

White with #FAD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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