Html Css Color HEX #F23B00 Orange Red

📋 copy color: '#F23B00'

red 242 ◦ green 59 ◦ blue 0

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

Shades of Orange Red #F23B00

Tints of Orange Red #F23B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

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

R = 80.4%
G = 19.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F23B00 (or 0xF23B00) is known color: Orange Red. HEX triplet: F2, 3B and 00. RGB value is (242,59,0). Sum of RGB (Red+Green+Blue) = 242+59+0=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23B00 is #0DC4FF. Grayscale: #6B6B6B. Windows color (decimal): -902400 or 15346. OLE color: 15346.

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

Color convert

RGB 242 59 0 -
CMYK 0 0.76 1 0.05
HSL 14.63º 1% 0.47% -
HSV(B) 14.63º 1% 0.95% -
XYZ 38.18 22.01 2.24 -
YUV 106.99 67.63 224.3 -
System Red Green Blue C M Y K H S L
Decimal 242 59 0 0 0.76 1 0.05 14.63 1 0.47
Hex F2 3B 0 0 4C 64 5 F 64 2F
Octal 362 73 0 0 114 144 5 17 144 57
Binary 11110010 111011 0 0 1001100 1100100 101 1111 1100100 101111

Color Harmonies of #F23B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B00

Black with #F23B00

Text Example


Text Example

White with #F23B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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