Html Css Color HEX #F35A2A Outrageous Orange

📋 copy color: '#F35A2A'

red 243 ◦ green 90 ◦ blue 42

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

Shades of Outrageous Orange #F35A2A

Tints of Outrageous Orange #F35A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 64.8%
G = 24%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F35A2A (or 0xF35A2A) is known color: Outrageous Orange. HEX triplet: F3, 5A and 2A. RGB value is (243,90,42). Sum of RGB (Red+Green+Blue) = 243+90+42=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35A2A is #0CA5D5. Grayscale: #828282. Windows color (decimal): -828886 or 2775795. OLE color: 2775795.

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

Color convert

RGB 243 90 42 -
CMYK 0 0.63 0.83 0.05
HSL 14.33º 0.89% 0.56% -
HSV(B) 14.33º 0.83% 0.95% -
XYZ 41.04 26.53 5.15 -
YUV 130.28 78.19 208.4 -
System Red Green Blue C M Y K H S L
Decimal 243 90 42 0 0.63 0.83 0.05 14.33 0.89 0.56
Hex F3 5A 2A 0 3F 53 5 E 59 38
Octal 363 132 52 0 77 123 5 16 131 70
Binary 11110011 1011010 101010 0 111111 1010011 101 1110 1011001 111000

Color Harmonies of #F35A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A2A

Black with #F35A2A

Text Example


Text Example

White with #F35A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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