Html Css Color HEX #F23D09 Orange Red

📋 copy color: '#F23D09'

red 242 ◦ green 61 ◦ blue 9

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

Shades of Orange Red #F23D09

Tints of Orange Red #F23D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 77.56%
G = 19.55%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F23D09 (or 0xF23D09) is known color: Orange Red. HEX triplet: F2, 3D and 09. RGB value is (242,61,9). Sum of RGB (Red+Green+Blue) = 242+61+9=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23D09 is #0DC2F6. Grayscale: #6D6D6D. Windows color (decimal): -901879 or 605682. OLE color: 605682.

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

Color convert

RGB 242 61 9 -
CMYK 0 0.75 0.96 0.05
HSL 13.39º 0.93% 0.49% -
HSV(B) 13.39º 0.96% 0.95% -
XYZ 38.34 22.23 2.53 -
YUV 109.19 71.47 222.73 -
System Red Green Blue C M Y K H S L
Decimal 242 61 9 0 0.75 0.96 0.05 13.39 0.93 0.49
Hex F2 3D 9 0 4B 60 5 D 5D 31
Octal 362 75 11 0 113 140 5 15 135 61
Binary 11110010 111101 1001 0 1001011 1100000 101 1101 1011101 110001

Color Harmonies of #F23D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D09

Black with #F23D09

Text Example


Text Example

White with #F23D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D09; }

 p { color: rgb(242,61,9); }

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

background-color css

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

 a { background-color: rgb(242,61,9); }

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

border-color css

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

 span { border-color: rgb(242,61,9); }

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