Html Css Color HEX #F23F06 Orange Red

📋 copy color: '#F23F06'

red 242 ◦ green 63 ◦ blue 6

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

Shades of Orange Red #F23F06

Tints of Orange Red #F23F06

RGB

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

 GREEN value IS 63 (25% from 255) = 20.26%

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

R = 77.81%
G = 20.26%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F23F06 (or 0xF23F06) is known color: Orange Red. HEX triplet: F2, 3F and 06. RGB value is (242,63,6). Sum of RGB (Red+Green+Blue) = 242+63+6=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F06 is #0DC0F9. Grayscale: #6E6E6E. Windows color (decimal): -901370 or 409586. OLE color: 409586.

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

Color convert

RGB 242 63 6 -
CMYK 0 0.74 0.98 0.05
HSL 14.49º 0.95% 0.49% -
HSV(B) 14.49º 0.98% 0.95% -
XYZ 38.43 22.45 2.48 -
YUV 110.02 69.3 222.13 -
System Red Green Blue C M Y K H S L
Decimal 242 63 6 0 0.74 0.98 0.05 14.49 0.95 0.49
Hex F2 3F 6 0 4A 62 5 E 5F 31
Octal 362 77 6 0 112 142 5 16 137 61
Binary 11110010 111111 110 0 1001010 1100010 101 1110 1011111 110001

Color Harmonies of #F23F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F06

Black with #F23F06

Text Example


Text Example

White with #F23F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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