Html Css Color HEX #F35D28 Outrageous Orange

📋 copy color: '#F35D28'

red 243 ◦ green 93 ◦ blue 40

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

Shades of Outrageous Orange #F35D28

Tints of Outrageous Orange #F35D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.73%

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 64.63%
G = 24.73%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F35D28 (or 0xF35D28) is known color: Outrageous Orange. HEX triplet: F3, 5D and 28. RGB value is (243,93,40). Sum of RGB (Red+Green+Blue) = 243+93+40=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35D28 is #0CA2D7. Grayscale: #848484. Windows color (decimal): -828120 or 2645491. OLE color: 2645491.

HSL color Cylindrical-coordinate representation of color #F35D28: hue angle of 15.67º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F35D28 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 93 40 -
CMYK 0 0.62 0.84 0.05
HSL 15.67º 0.89% 0.55% -
HSV(B) 15.67º 0.84% 0.95% -
XYZ 41.26 27.04 5.05 -
YUV 131.81 76.2 207.31 -
System Red Green Blue C M Y K H S L
Decimal 243 93 40 0 0.62 0.84 0.05 15.67 0.89 0.55
Hex F3 5D 28 0 3E 54 5 10 59 37
Octal 363 135 50 0 76 124 5 20 131 67
Binary 11110011 1011101 101000 0 111110 1010100 101 10000 1011001 110111

Color Harmonies of #F35D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35D28

Black with #F35D28

Text Example


Text Example

White with #F35D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35D28; }

 p { color: rgb(243,93,40); }

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

background-color css

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

 a { background-color: rgb(243,93,40); }

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

border-color css

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

 span { border-color: rgb(243,93,40); }

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