Html Css Color HEX #FAD434 Sunglow

📋 copy color: '#FAD434'

red 250 ◦ green 212 ◦ blue 52

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

Shades of Sunglow #FAD434

Tints of Sunglow #FAD434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.12%

R = 48.64%
G = 41.25%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAD434 (or 0xFAD434) is known color: Sunglow. HEX triplet: FA, D4 and 34. RGB value is (250,212,52). Sum of RGB (Red+Green+Blue) = 250+212+52=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD434 is #052BCB. Grayscale: #CDCDCD. Windows color (decimal): -338892 or 3462394. OLE color: 3462394.

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

Color convert

RGB 250 212 52 -
CMYK 0 0.15 0.79 0.02
HSL 48.48º 0.95% 0.59% -
HSV(B) 48.48º 0.79% 0.98% -
XYZ 63.59 67.66 12.96 -
YUV 205.12 41.59 160.01 -
System Red Green Blue C M Y K H S L
Decimal 250 212 52 0 0.15 0.79 0.02 48.48 0.95 0.59
Hex FA D4 34 0 F 4F 2 30 5F 3B
Octal 372 324 64 0 17 117 2 60 137 73
Binary 11111010 11010100 110100 0 1111 1001111 10 110000 1011111 111011

Color Harmonies of #FAD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD434

Black with #FAD434

Text Example


Text Example

White with #FAD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD434; }

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

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

background-color css

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

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

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

border-color css

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

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

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