Html Css Color HEX #F23508 Orange Red

📋 copy color: '#F23508'

red 242 ◦ green 53 ◦ blue 8

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

Shades of Orange Red #F23508

Tints of Orange Red #F23508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 8 (3.52% from 255) = 2.64%

R = 79.87%
G = 17.49%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F23508 (or 0xF23508) is known color: Orange Red. HEX triplet: F2, 35 and 08. RGB value is (242,53,8). Sum of RGB (Red+Green+Blue) = 242+53+8=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F23508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23508 is #0DCAF7. Grayscale: #686868. Windows color (decimal): -903928 or 538098. OLE color: 538098.

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

Color convert

RGB 242 53 8 -
CMYK 0 0.78 0.97 0.05
HSL 11.54º 0.94% 0.49% -
HSV(B) 11.54º 0.97% 0.95% -
XYZ 37.93 21.44 2.37 -
YUV 104.38 73.62 226.16 -
System Red Green Blue C M Y K H S L
Decimal 242 53 8 0 0.78 0.97 0.05 11.54 0.94 0.49
Hex F2 35 8 0 4E 61 5 C 5E 31
Octal 362 65 10 0 116 141 5 14 136 61
Binary 11110010 110101 1000 0 1001110 1100001 101 1100 1011110 110001

Color Harmonies of #F23508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23508

Black with #F23508

Text Example


Text Example

White with #F23508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23508; }

 p { color: rgb(242,53,8); }

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

background-color css

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

 a { background-color: rgb(242,53,8); }

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

border-color css

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

 span { border-color: rgb(242,53,8); }

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