Html Css Color HEX #F35A2C Outrageous Orange

📋 copy color: '#F35A2C'

red 243 ◦ green 90 ◦ blue 44

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

Shades of Outrageous Orange #F35A2C

Tints of Outrageous Orange #F35A2C

RGB

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

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

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

R = 64.46%
G = 23.87%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F35A2C (or 0xF35A2C) is known color: Outrageous Orange. HEX triplet: F3, 5A and 2C. RGB value is (243,90,44). Sum of RGB (Red+Green+Blue) = 243+90+44=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35A2C is #0CA5D3. Grayscale: #828282. Windows color (decimal): -828884 or 2906867. OLE color: 2906867.

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

Color convert

RGB 243 90 44 -
CMYK 0 0.63 0.82 0.05
HSL 13.87º 0.89% 0.56% -
HSV(B) 13.87º 0.82% 0.95% -
XYZ 41.07 26.55 5.34 -
YUV 130.5 79.19 208.24 -
System Red Green Blue C M Y K H S L
Decimal 243 90 44 0 0.63 0.82 0.05 13.87 0.89 0.56
Hex F3 5A 2C 0 3F 52 5 E 59 38
Octal 363 132 54 0 77 122 5 16 131 70
Binary 11110011 1011010 101100 0 111111 1010010 101 1110 1011001 111000

Color Harmonies of #F35A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A2C

Black with #F35A2C

Text Example


Text Example

White with #F35A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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