Html Css Color HEX #FC4509 Orange Red

📋 copy color: '#FC4509'

red 252 ◦ green 69 ◦ blue 9

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

Shades of Orange Red #FC4509

Tints of Orange Red #FC4509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 76.36%
G = 20.91%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC4509 (or 0xFC4509) is known color: Orange Red. HEX triplet: FC, 45 and 09. RGB value is (252,69,9). Sum of RGB (Red+Green+Blue) = 252+69+9=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4509 is #03BAF6. Grayscale: #757575. Windows color (decimal): -244471 or 607740. OLE color: 607740.

HSL color Cylindrical-coordinate representation of color #FC4509: hue angle of 14.81º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC4509 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 69 9 -
CMYK 0 0.73 0.96 0.01
HSL 14.81º 0.98% 0.51% -
HSV(B) 14.81º 0.96% 0.99% -
XYZ 42.32 24.97 2.85 -
YUV 116.88 67.13 224.38 -
System Red Green Blue C M Y K H S L
Decimal 252 69 9 0 0.73 0.96 0.01 14.81 0.98 0.51
Hex FC 45 9 0 49 60 1 F 62 33
Octal 374 105 11 0 111 140 1 17 142 63
Binary 11111100 1000101 1001 0 1001001 1100000 1 1111 1100010 110011

Color Harmonies of #FC4509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4509

Black with #FC4509

Text Example


Text Example

White with #FC4509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4509; }

 p { color: rgb(252,69,9); }

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

background-color css

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

 a { background-color: rgb(252,69,9); }

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

border-color css

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

 span { border-color: rgb(252,69,9); }

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