Html Css Color HEX #FAD52E Sunglow

📋 copy color: '#FAD52E'

red 250 ◦ green 213 ◦ blue 46

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

Shades of Sunglow #FAD52E

Tints of Sunglow #FAD52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.04%

R = 49.12%
G = 41.85%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAD52E (or 0xFAD52E) is known color: Sunglow. HEX triplet: FA, D5 and 2E. RGB value is (250,213,46). Sum of RGB (Red+Green+Blue) = 250+213+46=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD52E is #052AD1. Grayscale: #CDCDCD. Windows color (decimal): -338642 or 3069434. OLE color: 3069434.

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

Color convert

RGB 250 213 46 -
CMYK 0 0.15 0.82 0.02
HSL 49.12º 0.95% 0.58% -
HSV(B) 49.12º 0.82% 0.98% -
XYZ 63.71 68.11 12.37 -
YUV 205.03 38.26 160.08 -
System Red Green Blue C M Y K H S L
Decimal 250 213 46 0 0.15 0.82 0.02 49.12 0.95 0.58
Hex FA D5 2E 0 F 52 2 31 5F 3A
Octal 372 325 56 0 17 122 2 61 137 72
Binary 11111010 11010101 101110 0 1111 1010010 10 110001 1011111 111010

Color Harmonies of #FAD52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD52E

Black with #FAD52E

Text Example


Text Example

White with #FAD52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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