Html Css Color HEX #FF460C Orange Red

📋 copy color: '#FF460C'

red 255 ◦ green 70 ◦ blue 12

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

Shades of Orange Red #FF460C

Tints of Orange Red #FF460C

RGB

 RED value IS 255 (100% from 255) = 75.67%

 GREEN value IS 70 (27.73% from 255) = 20.77%

 BLUE value IS 12 (5.08% from 255) = 3.56%

R = 75.67%
G = 20.77%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF460C (or 0xFF460C) is known color: Orange Red. HEX triplet: FF, 46 and 0C. RGB value is (255,70,12). Sum of RGB (Red+Green+Blue) = 255+70+12=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF460C is #00B9F3. Grayscale: #777777. Windows color (decimal): -47604 or 804607. OLE color: 804607.

HSL color Cylindrical-coordinate representation of color #FF460C: hue angle of 14.32º 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 #FF460C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 70 12 -
CMYK 0 0.73 0.95 0
HSL 14.32º 1% 0.52% -
HSV(B) 14.32º 0.95% 1% -
XYZ 43.5 25.67 3.01 -
YUV 118.7 67.79 225.22 -
System Red Green Blue C M Y K H S L
Decimal 255 70 12 0 0.73 0.95 0 14.32 1 0.52
Hex FF 46 C 0 49 5F 0 E 64 34
Octal 377 106 14 0 111 137 0 16 144 64
Binary 11111111 1000110 1100 0 1001001 1011111 0 1110 1100100 110100

Color Harmonies of #FF460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF460C

Black with #FF460C

Text Example


Text Example

White with #FF460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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