Html Css Color HEX #FE620B Safety Orange

📋 copy color: '#FE620B'

red 254 ◦ green 98 ◦ blue 11

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

Shades of Safety Orange #FE620B

Tints of Safety Orange #FE620B

RGB

 RED value IS 254 (99.61% from 255) = 69.97%

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

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

R = 69.97%
G = 27%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE620B (or 0xFE620B) is known color: Safety Orange. HEX triplet: FE, 62 and 0B. RGB value is (254,98,11). Sum of RGB (Red+Green+Blue) = 254+98+11=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE620B is #019DF4. Grayscale: #878787. Windows color (decimal): -105973 or 746238. OLE color: 746238.

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

Color convert

RGB 254 98 11 -
CMYK 0 0.61 0.96 0.00
HSL 21.48º 0.99% 0.52% -
HSV(B) 21.48º 0.96% 1% -
XYZ 45.3 29.83 3.69 -
YUV 134.73 58.18 213.07 -
System Red Green Blue C M Y K H S L
Decimal 254 98 11 0 0.61 0.96 0.00 21.48 0.99 0.52
Hex FE 62 B 0 3D 60 0 15 63 34
Octal 376 142 13 0 75 140 0 25 143 64
Binary 11111110 1100010 1011 0 111101 1100000 0 10101 1100011 110100

Color Harmonies of #FE620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE620B

Black with #FE620B

Text Example


Text Example

White with #FE620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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