Html Css Color HEX #F23D04 Orange Red

📋 copy color: '#F23D04'

red 242 ◦ green 61 ◦ blue 4

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

Shades of Orange Red #F23D04

Tints of Orange Red #F23D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 78.83%
G = 19.87%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F23D04 (or 0xF23D04) is known color: Orange Red. HEX triplet: F2, 3D and 04. RGB value is (242,61,4). Sum of RGB (Red+Green+Blue) = 242+61+4=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23D04 is #0DC2FB. Grayscale: #6D6D6D. Windows color (decimal): -901884 or 278002. OLE color: 278002.

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

Color convert

RGB 242 61 4 -
CMYK 0 0.75 0.98 0.05
HSL 14.37º 0.97% 0.48% -
HSV(B) 14.37º 0.98% 0.95% -
XYZ 38.31 22.22 2.39 -
YUV 108.62 68.97 223.13 -
System Red Green Blue C M Y K H S L
Decimal 242 61 4 0 0.75 0.98 0.05 14.37 0.97 0.48
Hex F2 3D 4 0 4B 62 5 E 61 30
Octal 362 75 4 0 113 142 5 16 141 60
Binary 11110010 111101 100 0 1001011 1100010 101 1110 1100001 110000

Color Harmonies of #F23D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D04

Black with #F23D04

Text Example


Text Example

White with #F23D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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