Html Css Color HEX #F6552B Outrageous Orange

📋 copy color: '#F6552B'

red 246 ◦ green 85 ◦ blue 43

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

Shades of Outrageous Orange #F6552B

Tints of Outrageous Orange #F6552B

RGB

 RED value IS 246 (96.48% from 255) = 65.78%

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 65.78%
G = 22.73%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6552B (or 0xF6552B) is known color: Outrageous Orange. HEX triplet: F6, 55 and 2B. RGB value is (246,85,43). Sum of RGB (Red+Green+Blue) = 246+85+43=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6552B is #09AAD4. Grayscale: #808080. Windows color (decimal): -633557 or 2840054. OLE color: 2840054.

HSL color Cylindrical-coordinate representation of color #F6552B: hue angle of 12.41º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6552B is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 43 -
CMYK 0 0.65 0.83 0.04
HSL 12.41º 0.92% 0.57% -
HSV(B) 12.41º 0.83% 0.96% -
XYZ 41.69 26.26 5.16 -
YUV 128.35 79.84 211.92 -
System Red Green Blue C M Y K H S L
Decimal 246 85 43 0 0.65 0.83 0.04 12.41 0.92 0.57
Hex F6 55 2B 0 41 53 4 C 5C 39
Octal 366 125 53 0 101 123 4 14 134 71
Binary 11110110 1010101 101011 0 1000001 1010011 100 1100 1011100 111001

Color Harmonies of #F6552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6552B

Black with #F6552B

Text Example


Text Example

White with #F6552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6552B; }

 p { color: rgb(246,85,43); }

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

background-color css

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

 a { background-color: rgb(246,85,43); }

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

border-color css

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

 span { border-color: rgb(246,85,43); }

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