Html Css Color HEX #F23F0B Orange Red

📋 copy color: '#F23F0B'

red 242 ◦ green 63 ◦ blue 11

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

Shades of Orange Red #F23F0B

Tints of Orange Red #F23F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 76.58%
G = 19.94%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F23F0B (or 0xF23F0B) is known color: Orange Red. HEX triplet: F2, 3F and 0B. RGB value is (242,63,11). Sum of RGB (Red+Green+Blue) = 242+63+11=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F0B is #0DC0F4. Grayscale: #6E6E6E. Windows color (decimal): -901365 or 737266. OLE color: 737266.

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

Color convert

RGB 242 63 11 -
CMYK 0 0.74 0.95 0.05
HSL 13.51º 0.91% 0.5% -
HSV(B) 13.51º 0.95% 0.95% -
XYZ 38.46 22.46 2.62 -
YUV 110.59 71.8 221.73 -
System Red Green Blue C M Y K H S L
Decimal 242 63 11 0 0.74 0.95 0.05 13.51 0.91 0.5
Hex F2 3F B 0 4A 5F 5 E 5B 32
Octal 362 77 13 0 112 137 5 16 133 62
Binary 11110010 111111 1011 0 1001010 1011111 101 1110 1011011 110010

Color Harmonies of #F23F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F0B

Black with #F23F0B

Text Example


Text Example

White with #F23F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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