Html Css Color HEX #FF420C Orange Red

📋 copy color: '#FF420C'

red 255 ◦ green 66 ◦ blue 12

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

Shades of Orange Red #FF420C

Tints of Orange Red #FF420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 76.58%
G = 19.82%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF420C (or 0xFF420C) is known color: Orange Red. HEX triplet: FF, 42 and 0C. RGB value is (255,66,12). Sum of RGB (Red+Green+Blue) = 255+66+12=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF420C is #00BDF3. Grayscale: #747474. Windows color (decimal): -48628 or 803583. OLE color: 803583.

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

Color convert

RGB 255 66 12 -
CMYK 0 0.74 0.95 0
HSL 13.33º 1% 0.52% -
HSV(B) 13.33º 0.95% 1% -
XYZ 43.25 25.18 2.93 -
YUV 116.36 69.12 226.89 -
System Red Green Blue C M Y K H S L
Decimal 255 66 12 0 0.74 0.95 0 13.33 1 0.52
Hex FF 42 C 0 4A 5F 0 D 64 34
Octal 377 102 14 0 112 137 0 15 144 64
Binary 11111111 1000010 1100 0 1001010 1011111 0 1101 1100100 110100

Color Harmonies of #FF420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF420C

Black with #FF420C

Text Example


Text Example

White with #FF420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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