Html Css Color HEX #FAC635 Sunglow

📋 copy color: '#FAC635'

red 250 ◦ green 198 ◦ blue 53

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

Shades of Sunglow #FAC635

Tints of Sunglow #FAC635

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.52%

 BLUE value IS 53 (21.09% from 255) = 10.58%

R = 49.9%
G = 39.52%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC635 (or 0xFAC635) is known color: Sunglow. HEX triplet: FA, C6 and 35. RGB value is (250,198,53). Sum of RGB (Red+Green+Blue) = 250+198+53=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC635 is #0539CA. Grayscale: #C5C5C5. Windows color (decimal): -342475 or 3524346. OLE color: 3524346.

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

Color convert

RGB 250 198 53 -
CMYK 0 0.21 0.79 0.02
HSL 44.16º 0.95% 0.59% -
HSV(B) 44.16º 0.79% 0.98% -
XYZ 60.26 60.97 11.96 -
YUV 197.02 46.73 165.79 -
System Red Green Blue C M Y K H S L
Decimal 250 198 53 0 0.21 0.79 0.02 44.16 0.95 0.59
Hex FA C6 35 0 15 4F 2 2C 5F 3B
Octal 372 306 65 0 25 117 2 54 137 73
Binary 11111010 11000110 110101 0 10101 1001111 10 101100 1011111 111011

Color Harmonies of #FAC635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC635

Black with #FAC635

Text Example


Text Example

White with #FAC635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC635; }

 p { color: rgb(250,198,53); }

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

background-color css

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

 a { background-color: rgb(250,198,53); }

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

border-color css

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

 span { border-color: rgb(250,198,53); }

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