Html Css Color HEX #FC4326 Red Orange

📋 copy color: '#FC4326'

red 252 ◦ green 67 ◦ blue 38

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

Shades of Red Orange #FC4326

Tints of Red Orange #FC4326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

 BLUE value IS 38 (15.23% from 255) = 10.64%

R = 70.59%
G = 18.77%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC4326 (or 0xFC4326) is known color: Red Orange. HEX triplet: FC, 43 and 26. RGB value is (252,67,38). Sum of RGB (Red+Green+Blue) = 252+67+38=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4326 is #03BCD9. Grayscale: #777777. Windows color (decimal): -244954 or 2507772. OLE color: 2507772.

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

Color convert

RGB 252 67 38 -
CMYK 0 0.73 0.85 0.01
HSL 8.13º 0.97% 0.57% -
HSV(B) 8.13º 0.85% 0.99% -
XYZ 42.5 24.85 4.39 -
YUV 119.01 82.29 222.86 -
System Red Green Blue C M Y K H S L
Decimal 252 67 38 0 0.73 0.85 0.01 8.13 0.97 0.57
Hex FC 43 26 0 49 55 1 8 61 39
Octal 374 103 46 0 111 125 1 10 141 71
Binary 11111100 1000011 100110 0 1001001 1010101 1 1000 1100001 111001

Color Harmonies of #FC4326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4326

Black with #FC4326

Text Example


Text Example

White with #FC4326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4326; }

 p { color: rgb(252,67,38); }

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

background-color css

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

 a { background-color: rgb(252,67,38); }

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

border-color css

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

 span { border-color: rgb(252,67,38); }

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