Html Css Color HEX #F35F2C Outrageous Orange

📋 copy color: '#F35F2C'

red 243 ◦ green 95 ◦ blue 44

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

Shades of Outrageous Orange #F35F2C

Tints of Outrageous Orange #F35F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.87%

 BLUE value IS 44 (17.58% from 255) = 11.52%

R = 63.61%
G = 24.87%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F35F2C (or 0xF35F2C) is known color: Outrageous Orange. HEX triplet: F3, 5F and 2C. RGB value is (243,95,44). Sum of RGB (Red+Green+Blue) = 243+95+44=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35F2C is #0CA0D3. Grayscale: #858585. Windows color (decimal): -827604 or 2908147. OLE color: 2908147.

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

Color convert

RGB 243 95 44 -
CMYK 0 0.61 0.82 0.05
HSL 15.38º 0.89% 0.56% -
HSV(B) 15.38º 0.82% 0.95% -
XYZ 41.51 27.42 5.49 -
YUV 133.44 77.53 206.15 -
System Red Green Blue C M Y K H S L
Decimal 243 95 44 0 0.61 0.82 0.05 15.38 0.89 0.56
Hex F3 5F 2C 0 3D 52 5 F 59 38
Octal 363 137 54 0 75 122 5 17 131 70
Binary 11110011 1011111 101100 0 111101 1010010 101 1111 1011001 111000

Color Harmonies of #F35F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35F2C

Black with #F35F2C

Text Example


Text Example

White with #F35F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35F2C; }

 p { color: rgb(243,95,44); }

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

background-color css

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

 a { background-color: rgb(243,95,44); }

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

border-color css

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

 span { border-color: rgb(243,95,44); }

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