Html Css Color HEX #F23800 Orange Red

📋 copy color: '#F23800'

red 242 ◦ green 56 ◦ blue 0

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

Shades of Orange Red #F23800

Tints of Orange Red #F23800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.21%
G = 18.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F23800 (or 0xF23800) is known color: Orange Red. HEX triplet: F2, 38 and 00. RGB value is (242,56,0). Sum of RGB (Red+Green+Blue) = 242+56+0=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F23800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23800 is #0DC7FF. Grayscale: #696969. Windows color (decimal): -903168 or 14578. OLE color: 14578.

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

Color convert

RGB 242 56 0 -
CMYK 0 0.77 1 0.05
HSL 13.88º 1% 0.47% -
HSV(B) 13.88º 1% 0.95% -
XYZ 38.03 21.71 2.19 -
YUV 105.23 68.62 225.55 -
System Red Green Blue C M Y K H S L
Decimal 242 56 0 0 0.77 1 0.05 13.88 1 0.47
Hex F2 38 0 0 4D 64 5 E 64 2F
Octal 362 70 0 0 115 144 5 16 144 57
Binary 11110010 111000 0 0 1001101 1100100 101 1110 1100100 101111

Color Harmonies of #F23800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23800

Black with #F23800

Text Example


Text Example

White with #F23800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23800; }

 p { color: rgb(242,56,0); }

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

background-color css

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

 a { background-color: rgb(242,56,0); }

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

border-color css

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

 span { border-color: rgb(242,56,0); }

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