Html Css Color HEX #F35A20 Outrageous Orange

📋 copy color: '#F35A20'

red 243 ◦ green 90 ◦ blue 32

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

Shades of Outrageous Orange #F35A20

Tints of Outrageous Orange #F35A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 66.58%
G = 24.66%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F35A20 (or 0xF35A20) is known color: Outrageous Orange. HEX triplet: F3, 5A and 20. RGB value is (243,90,32). Sum of RGB (Red+Green+Blue) = 243+90+32=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35A20 is #0CA5DF. Grayscale: #818181. Windows color (decimal): -828896 or 2120435. OLE color: 2120435.

HSL color Cylindrical-coordinate representation of color #F35A20: hue angle of 16.49º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F35A20 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 90 32 -
CMYK 0 0.63 0.87 0.05
HSL 16.49º 0.9% 0.54% -
HSV(B) 16.49º 0.87% 0.95% -
XYZ 40.88 26.47 4.32 -
YUV 129.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 243 90 32 0 0.63 0.87 0.05 16.49 0.9 0.54
Hex F3 5A 20 0 3F 57 5 10 5A 36
Octal 363 132 40 0 77 127 5 20 132 66
Binary 11110011 1011010 100000 0 111111 1010111 101 10000 1011010 110110

Color Harmonies of #F35A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A20

Black with #F35A20

Text Example


Text Example

White with #F35A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A20; }

 p { color: rgb(243,90,32); }

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

background-color css

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

 a { background-color: rgb(243,90,32); }

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

border-color css

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

 span { border-color: rgb(243,90,32); }

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