Html Css Color HEX #F23606 Orange Red

📋 copy color: '#F23606'

red 242 ◦ green 54 ◦ blue 6

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

Shades of Orange Red #F23606

Tints of Orange Red #F23606

RGB

 RED value IS 242 (94.92% from 255) = 80.13%

 GREEN value IS 54 (21.48% from 255) = 17.88%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 80.13%
G = 17.88%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F23606 (or 0xF23606) is known color: Orange Red. HEX triplet: F2, 36 and 06. RGB value is (242,54,6). Sum of RGB (Red+Green+Blue) = 242+54+6=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F23606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23606 is #0DC9F9. Grayscale: #696969. Windows color (decimal): -903674 or 407282. OLE color: 407282.

HSL color Cylindrical-coordinate representation of color #F23606: hue angle of 12.2º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F23606 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 54 6 -
CMYK 0 0.78 0.98 0.05
HSL 12.2º 0.95% 0.49% -
HSV(B) 12.2º 0.98% 0.95% -
XYZ 37.97 21.53 2.33 -
YUV 104.74 72.28 225.9 -
System Red Green Blue C M Y K H S L
Decimal 242 54 6 0 0.78 0.98 0.05 12.2 0.95 0.49
Hex F2 36 6 0 4E 62 5 C 5F 31
Octal 362 66 6 0 116 142 5 14 137 61
Binary 11110010 110110 110 0 1001110 1100010 101 1100 1011111 110001

Color Harmonies of #F23606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23606

Black with #F23606

Text Example


Text Example

White with #F23606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23606; }

 p { color: rgb(242,54,6); }

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

background-color css

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

 a { background-color: rgb(242,54,6); }

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

border-color css

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

 span { border-color: rgb(242,54,6); }

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