Html Css Color HEX #FC430F Orange Red

📋 copy color: '#FC430F'

red 252 ◦ green 67 ◦ blue 15

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

Shades of Orange Red #FC430F

Tints of Orange Red #FC430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 75.45%
G = 20.06%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC430F (or 0xFC430F) is known color: Orange Red. HEX triplet: FC, 43 and 0F. RGB value is (252,67,15). Sum of RGB (Red+Green+Blue) = 252+67+15=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC430F is #03BCF0. Grayscale: #747474. Windows color (decimal): -244977 or 1000444. OLE color: 1000444.

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

Color convert

RGB 252 67 15 -
CMYK 0 0.73 0.94 0.01
HSL 13.16º 0.98% 0.52% -
HSV(B) 13.16º 0.94% 0.99% -
XYZ 42.24 24.74 3 -
YUV 116.39 70.79 224.73 -
System Red Green Blue C M Y K H S L
Decimal 252 67 15 0 0.73 0.94 0.01 13.16 0.98 0.52
Hex FC 43 F 0 49 5E 1 D 62 34
Octal 374 103 17 0 111 136 1 15 142 64
Binary 11111100 1000011 1111 0 1001001 1011110 1 1101 1100010 110100

Color Harmonies of #FC430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC430F

Black with #FC430F

Text Example


Text Example

White with #FC430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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