Html Css Color HEX #F23F05 Orange Red

📋 copy color: '#F23F05'

red 242 ◦ green 63 ◦ blue 5

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

Shades of Orange Red #F23F05

Tints of Orange Red #F23F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 78.06%
G = 20.32%
B = 1.61%

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

#F23F05 (or 0xF23F05) is known color: Orange Red. HEX triplet: F2, 3F and 05. RGB value is (242,63,5). Sum of RGB (Red+Green+Blue) = 242+63+5=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F05 is #0DC0FA. Grayscale: #6E6E6E. Windows color (decimal): -901371 or 344050. OLE color: 344050.

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

Color convert

RGB 242 63 5 -
CMYK 0 0.74 0.98 0.05
HSL 14.68º 0.96% 0.48% -
HSV(B) 14.68º 0.98% 0.95% -
XYZ 38.42 22.44 2.45 -
YUV 109.91 68.8 222.22 -
System Red Green Blue C M Y K H S L
Decimal 242 63 5 0 0.74 0.98 0.05 14.68 0.96 0.48
Hex F2 3F 5 0 4A 62 5 F 60 30
Octal 362 77 5 0 112 142 5 17 140 60
Binary 11110010 111111 101 0 1001010 1100010 101 1111 1100000 110000

Color Harmonies of #F23F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F05

Black with #F23F05

Text Example


Text Example

White with #F23F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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