Html Css Color HEX #FAC935 Sunglow

📋 copy color: '#FAC935'

red 250 ◦ green 201 ◦ blue 53

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

Shades of Sunglow #FAC935

Tints of Sunglow #FAC935

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.88%

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

R = 49.6%
G = 39.88%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC935 (or 0xFAC935) is known color: Sunglow. HEX triplet: FA, C9 and 35. RGB value is (250,201,53). Sum of RGB (Red+Green+Blue) = 250+201+53=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC935 is #0536CA. Grayscale: #C7C7C7. Windows color (decimal): -341707 or 3525114. OLE color: 3525114.

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

Color convert

RGB 250 201 53 -
CMYK 0 0.20 0.79 0.02
HSL 45.08º 0.95% 0.59% -
HSV(B) 45.08º 0.79% 0.98% -
XYZ 60.95 62.35 12.19 -
YUV 198.78 45.73 164.53 -
System Red Green Blue C M Y K H S L
Decimal 250 201 53 0 0.20 0.79 0.02 45.08 0.95 0.59
Hex FA C9 35 0 14 4F 2 2D 5F 3B
Octal 372 311 65 0 24 117 2 55 137 73
Binary 11111010 11001001 110101 0 10100 1001111 10 101101 1011111 111011

Color Harmonies of #FAC935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC935

Black with #FAC935

Text Example


Text Example

White with #FAC935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC935; }

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

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

background-color css

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

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

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

border-color css

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

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

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