Html Css Color HEX #FAD52F Sunglow

📋 copy color: '#FAD52F'

red 250 ◦ green 213 ◦ blue 47

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

Shades of Sunglow #FAD52F

Tints of Sunglow #FAD52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.76%

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

R = 49.02%
G = 41.76%
B = 9.22%

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

#FAD52F (or 0xFAD52F) is known color: Sunglow. HEX triplet: FA, D5 and 2F. RGB value is (250,213,47). Sum of RGB (Red+Green+Blue) = 250+213+47=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD52F is #052AD0. Grayscale: #CDCDCD. Windows color (decimal): -338641 or 3134970. OLE color: 3134970.

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

Color convert

RGB 250 213 47 -
CMYK 0 0.15 0.81 0.02
HSL 49.06º 0.95% 0.58% -
HSV(B) 49.06º 0.81% 0.98% -
XYZ 63.73 68.12 12.48 -
YUV 205.14 38.76 160 -
System Red Green Blue C M Y K H S L
Decimal 250 213 47 0 0.15 0.81 0.02 49.06 0.95 0.58
Hex FA D5 2F 0 F 51 2 31 5F 3A
Octal 372 325 57 0 17 121 2 61 137 72
Binary 11111010 11010101 101111 0 1111 1010001 10 110001 1011111 111010

Color Harmonies of #FAD52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD52F

Black with #FAD52F

Text Example


Text Example

White with #FAD52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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