Html Css Color HEX #F23706 Orange Red

📋 copy color: '#F23706'

red 242 ◦ green 55 ◦ blue 6

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

Shades of Orange Red #F23706

Tints of Orange Red #F23706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 79.87%
G = 18.15%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F23706 (or 0xF23706) is known color: Orange Red. HEX triplet: F2, 37 and 06. RGB value is (242,55,6). Sum of RGB (Red+Green+Blue) = 242+55+6=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F23706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23706 is #0DC8F9. Grayscale: #696969. Windows color (decimal): -903418 or 407538. OLE color: 407538.

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

Color convert

RGB 242 55 6 -
CMYK 0 0.77 0.98 0.05
HSL 12.46º 0.95% 0.49% -
HSV(B) 12.46º 0.98% 0.95% -
XYZ 38.02 21.62 2.34 -
YUV 105.33 71.95 225.48 -
System Red Green Blue C M Y K H S L
Decimal 242 55 6 0 0.77 0.98 0.05 12.46 0.95 0.49
Hex F2 37 6 0 4D 62 5 C 5F 31
Octal 362 67 6 0 115 142 5 14 137 61
Binary 11110010 110111 110 0 1001101 1100010 101 1100 1011111 110001

Color Harmonies of #F23706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23706

Black with #F23706

Text Example


Text Example

White with #F23706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23706; }

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

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

background-color css

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

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

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

border-color css

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

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

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