Html Css Color HEX #FC6935 Burnt Orange

📋 copy color: '#FC6935'

red 252 ◦ green 105 ◦ blue 53

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

Shades of Burnt Orange #FC6935

Tints of Burnt Orange #FC6935

RGB

 RED value IS 252 (98.83% from 255) = 61.46%

 GREEN value IS 105 (41.41% from 255) = 25.61%

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

R = 61.46%
G = 25.61%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC6935 (or 0xFC6935) is known color: Burnt Orange. HEX triplet: FC, 69 and 35. RGB value is (252,105,53). Sum of RGB (Red+Green+Blue) = 252+105+53=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6935 is #0396CA. Grayscale: #8F8F8F. Windows color (decimal): -235211 or 3500540. OLE color: 3500540.

HSL color Cylindrical-coordinate representation of color #FC6935: hue angle of 15.68º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC6935 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 53 -
CMYK 0 0.58 0.79 0.01
HSL 15.68º 0.97% 0.6% -
HSV(B) 15.68º 0.79% 0.99% -
XYZ 45.84 31.06 6.95 -
YUV 143.03 77.2 205.73 -
System Red Green Blue C M Y K H S L
Decimal 252 105 53 0 0.58 0.79 0.01 15.68 0.97 0.6
Hex FC 69 35 0 3A 4F 1 10 61 3C
Octal 374 151 65 0 72 117 1 20 141 74
Binary 11111100 1101001 110101 0 111010 1001111 1 10000 1100001 111100

Color Harmonies of #FC6935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6935

Black with #FC6935

Text Example


Text Example

White with #FC6935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6935; }

 p { color: rgb(252,105,53); }

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

background-color css

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

 a { background-color: rgb(252,105,53); }

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

border-color css

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

 span { border-color: rgb(252,105,53); }

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