Html Css Color HEX #F33F09 Orange Red

📋 copy color: '#F33F09'

red 243 ◦ green 63 ◦ blue 9

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

Shades of Orange Red #F33F09

Tints of Orange Red #F33F09

RGB

 RED value IS 243 (95.31% from 255) = 77.14%

 GREEN value IS 63 (25% from 255) = 20%

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

R = 77.14%
G = 20%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F33F09 (or 0xF33F09) is known color: Orange Red. HEX triplet: F3, 3F and 09. RGB value is (243,63,9). Sum of RGB (Red+Green+Blue) = 243+63+9=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33F09 is #0CC0F6. Grayscale: #6F6F6F. Windows color (decimal): -835831 or 606195. OLE color: 606195.

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

Color convert

RGB 243 63 9 -
CMYK 0 0.74 0.96 0.05
HSL 13.85º 0.93% 0.49% -
HSV(B) 13.85º 0.96% 0.95% -
XYZ 38.79 22.63 2.58 -
YUV 110.66 70.63 222.39 -
System Red Green Blue C M Y K H S L
Decimal 243 63 9 0 0.74 0.96 0.05 13.85 0.93 0.49
Hex F3 3F 9 0 4A 60 5 E 5D 31
Octal 363 77 11 0 112 140 5 16 135 61
Binary 11110011 111111 1001 0 1001010 1100000 101 1110 1011101 110001

Color Harmonies of #F33F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F09

Black with #F33F09

Text Example


Text Example

White with #F33F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F09; }

 p { color: rgb(243,63,9); }

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

background-color css

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

 a { background-color: rgb(243,63,9); }

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

border-color css

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

 span { border-color: rgb(243,63,9); }

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