Html Css Color HEX #FC602B Outrageous Orange

📋 copy color: '#FC602B'

red 252 ◦ green 96 ◦ blue 43

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

Shades of Outrageous Orange #FC602B

Tints of Outrageous Orange #FC602B

RGB

 RED value IS 252 (98.83% from 255) = 64.45%

 GREEN value IS 96 (37.89% from 255) = 24.55%

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

R = 64.45%
G = 24.55%
B = 11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC602B (or 0xFC602B) is known color: Outrageous Orange. HEX triplet: FC, 60 and 2B. RGB value is (252,96,43). Sum of RGB (Red+Green+Blue) = 252+96+43=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC602B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC602B is #039FD4. Grayscale: #888888. Windows color (decimal): -237525 or 2842876. OLE color: 2842876.

HSL color Cylindrical-coordinate representation of color #FC602B: hue angle of 15.22º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC602B is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 43 -
CMYK 0 0.62 0.83 0.01
HSL 15.22º 0.97% 0.58% -
HSV(B) 15.22º 0.83% 0.99% -
XYZ 44.76 29.24 5.57 -
YUV 136.6 75.18 210.31 -
System Red Green Blue C M Y K H S L
Decimal 252 96 43 0 0.62 0.83 0.01 15.22 0.97 0.58
Hex FC 60 2B 0 3E 53 1 F 61 3A
Octal 374 140 53 0 76 123 1 17 141 72
Binary 11111100 1100000 101011 0 111110 1010011 1 1111 1100001 111010

Color Harmonies of #FC602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC602B

Black with #FC602B

Text Example


Text Example

White with #FC602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC602B; }

 p { color: rgb(252,96,43); }

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

background-color css

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

 a { background-color: rgb(252,96,43); }

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

border-color css

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

 span { border-color: rgb(252,96,43); }

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