Html Css Color HEX #FAD441 Sunglow

📋 copy color: '#FAD441'

red 250 ◦ green 212 ◦ blue 65

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

Shades of Sunglow #FAD441

Tints of Sunglow #FAD441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.33%

R = 47.44%
G = 40.23%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAD441 (or 0xFAD441) is known color: Sunglow. HEX triplet: FA, D4 and 41. RGB value is (250,212,65). Sum of RGB (Red+Green+Blue) = 250+212+65=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD441 is #052BBE. Grayscale: #CFCFCF. Windows color (decimal): -338879 or 4314362. OLE color: 4314362.

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

Color convert

RGB 250 212 65 -
CMYK 0 0.15 0.74 0.02
HSL 47.68º 0.95% 0.62% -
HSV(B) 47.68º 0.74% 0.98% -
XYZ 63.92 67.79 14.72 -
YUV 206.6 48.09 158.95 -
System Red Green Blue C M Y K H S L
Decimal 250 212 65 0 0.15 0.74 0.02 47.68 0.95 0.62
Hex FA D4 41 0 F 4A 2 30 5F 3E
Octal 372 324 101 0 17 112 2 60 137 76
Binary 11111010 11010100 1000001 0 1111 1001010 10 110000 1011111 111110

Color Harmonies of #FAD441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD441

Black with #FAD441

Text Example


Text Example

White with #FAD441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD441; }

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

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

background-color css

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

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

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

border-color css

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

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

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