#FF430C

Color #FF430C Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #FF430C

Tints of Orange Red #FF430C

Color information

#FF430C (or 0xFF430C) is unknown color: approx Orange Red. HEX triplet: FF, 43 and 0C. RGB value is (255,67,12). Sum of RGB (Red+Green+Blue) = 255+67+12=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF430C is #00BCF3. Grayscale: #757575. Windows color (decimal): -48372 or 803839. OLE color: 803839.

HSL color Cylindrical-coordinate representation of color #FF430C: hue angle of 13.58º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF430C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB2556712-
CMYK00.740.950
HSL13.58º100%52.35%-
HSV(B)13.58º95.29%100%-
XYZ43.3125.32.95-
YUV116.9468.78226.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.35%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 12 (5.08% from 255) = 3.59%
R=76.35%
G=20.06%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255671200.740.95013.5810052.35
HexFF43C04A5F0e6434
Octal37710314011213701614464
Binary1111111110000111100010010101011111011101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF430C; }

 p { color: rgb(255,67,12); }

 H1.HeaderClassName
 {
   color: #FF430C;
 }
 .AnyTagClassName
 {
   color: #FF430C;
 }
</style>
background-color css

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

 a { background-color: rgb(255,67,12); }

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

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

 span { border-color: rgb(255,67,12); }

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