Html Css Color HEX #F23905 Orange Red

📋 copy color: '#F23905'

red 242 ◦ green 57 ◦ blue 5

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

Shades of Orange Red #F23905

Tints of Orange Red #F23905

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

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

R = 79.61%
G = 18.75%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F23905 (or 0xF23905) is known color: Orange Red. HEX triplet: F2, 39 and 05. RGB value is (242,57,5). Sum of RGB (Red+Green+Blue) = 242+57+5=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F23905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23905 is #0DC6FA. Grayscale: #6A6A6A. Windows color (decimal): -902907 or 342514. OLE color: 342514.

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

Color convert

RGB 242 57 5 -
CMYK 0 0.76 0.98 0.05
HSL 13.16º 0.96% 0.48% -
HSV(B) 13.16º 0.98% 0.95% -
XYZ 38.11 21.81 2.35 -
YUV 106.39 70.79 224.73 -
System Red Green Blue C M Y K H S L
Decimal 242 57 5 0 0.76 0.98 0.05 13.16 0.96 0.48
Hex F2 39 5 0 4C 62 5 D 60 30
Octal 362 71 5 0 114 142 5 15 140 60
Binary 11110010 111001 101 0 1001100 1100010 101 1101 1100000 110000

Color Harmonies of #F23905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23905

Black with #F23905

Text Example


Text Example

White with #F23905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23905; }

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

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

background-color css

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

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

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

border-color css

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

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

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