Html Css Color HEX #FC620B Safety Orange

📋 copy color: '#FC620B'

red 252 ◦ green 98 ◦ blue 11

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

Shades of Safety Orange #FC620B

Tints of Safety Orange #FC620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

 BLUE value IS 11 (4.69% from 255) = 3.05%

R = 69.81%
G = 27.15%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC620B (or 0xFC620B) is known color: Safety Orange. HEX triplet: FC, 62 and 0B. RGB value is (252,98,11). Sum of RGB (Red+Green+Blue) = 252+98+11=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC620B is #039DF4. Grayscale: #868686. Windows color (decimal): -237045 or 746236. OLE color: 746236.

HSL color Cylindrical-coordinate representation of color #FC620B: hue angle of 21.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC620B is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 98 11 -
CMYK 0 0.61 0.96 0.01
HSL 21.66º 0.98% 0.52% -
HSV(B) 21.66º 0.96% 0.99% -
XYZ 44.57 29.45 3.65 -
YUV 134.13 58.52 212.07 -
System Red Green Blue C M Y K H S L
Decimal 252 98 11 0 0.61 0.96 0.01 21.66 0.98 0.52
Hex FC 62 B 0 3D 60 1 16 62 34
Octal 374 142 13 0 75 140 1 26 142 64
Binary 11111100 1100010 1011 0 111101 1100000 1 10110 1100010 110100

Color Harmonies of #FC620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC620B

Black with #FC620B

Text Example


Text Example

White with #FC620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC620B; }

 p { color: rgb(252,98,11); }

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

background-color css

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

 a { background-color: rgb(252,98,11); }

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

border-color css

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

 span { border-color: rgb(252,98,11); }

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