Html Css Color HEX #F33A06 Orange Red

📋 copy color: '#F33A06'

red 243 ◦ green 58 ◦ blue 6

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

Shades of Orange Red #F33A06

Tints of Orange Red #F33A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.89%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 79.15%
G = 18.89%
B = 1.95%

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

#F33A06 (or 0xF33A06) is known color: Orange Red. HEX triplet: F3, 3A and 06. RGB value is (243,58,6). Sum of RGB (Red+Green+Blue) = 243+58+6=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33A06 is #0CC5F9. Grayscale: #6B6B6B. Windows color (decimal): -837114 or 408307. OLE color: 408307.

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

Color convert

RGB 243 58 6 -
CMYK 0 0.76 0.98 0.05
HSL 13.16º 0.95% 0.49% -
HSV(B) 13.16º 0.98% 0.95% -
XYZ 38.51 22.09 2.41 -
YUV 107.39 70.79 224.73 -
System Red Green Blue C M Y K H S L
Decimal 243 58 6 0 0.76 0.98 0.05 13.16 0.95 0.49
Hex F3 3A 6 0 4C 62 5 D 5F 31
Octal 363 72 6 0 114 142 5 15 137 61
Binary 11110011 111010 110 0 1001100 1100010 101 1101 1011111 110001

Color Harmonies of #F33A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33A06

Black with #F33A06

Text Example


Text Example

White with #F33A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33A06; }

 p { color: rgb(243,58,6); }

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

background-color css

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

 a { background-color: rgb(243,58,6); }

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

border-color css

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

 span { border-color: rgb(243,58,6); }

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