Html Css Color HEX #F23500 Orange Red

📋 copy color: '#F23500'

red 242 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #F23500

Tints of Orange Red #F23500

RGB

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

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

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

R = 82.03%
G = 17.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F23500 (or 0xF23500) is known color: Orange Red. HEX triplet: F2, 35 and 00. RGB value is (242,53,0). Sum of RGB (Red+Green+Blue) = 242+53+0=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F23500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23500 is #0DCAFF. Grayscale: #676767. Windows color (decimal): -903936 or 13810. OLE color: 13810.

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

Color convert

RGB 242 53 0 -
CMYK 0 0.78 1 0.05
HSL 13.14º 1% 0.47% -
HSV(B) 13.14º 1% 0.95% -
XYZ 37.89 21.42 2.14 -
YUV 103.47 69.62 226.81 -
System Red Green Blue C M Y K H S L
Decimal 242 53 0 0 0.78 1 0.05 13.14 1 0.47
Hex F2 35 0 0 4E 64 5 D 64 2F
Octal 362 65 0 0 116 144 5 15 144 57
Binary 11110010 110101 0 0 1001110 1100100 101 1101 1100100 101111

Color Harmonies of #F23500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23500

Black with #F23500

Text Example


Text Example

White with #F23500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23500; }

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

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

background-color css

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

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

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

border-color css

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

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

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