Html Css Color HEX #FE650B Safety Orange

📋 copy color: '#FE650B'

red 254 ◦ green 101 ◦ blue 11

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

Shades of Safety Orange #FE650B

Tints of Safety Orange #FE650B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 69.4%
G = 27.6%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE650B (or 0xFE650B) is known color: Safety Orange. HEX triplet: FE, 65 and 0B. RGB value is (254,101,11). Sum of RGB (Red+Green+Blue) = 254+101+11=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE650B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE650B is #019AF4. Grayscale: #898989. Windows color (decimal): -105205 or 747006. OLE color: 747006.

HSL color Cylindrical-coordinate representation of color #FE650B: hue angle of 22.22º 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 #FE650B is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 101 11 -
CMYK 0 0.60 0.96 0.00
HSL 22.22º 0.99% 0.52% -
HSV(B) 22.22º 0.96% 1% -
XYZ 45.59 30.4 3.78 -
YUV 136.49 57.19 211.82 -
System Red Green Blue C M Y K H S L
Decimal 254 101 11 0 0.60 0.96 0.00 22.22 0.99 0.52
Hex FE 65 B 0 3C 60 0 16 63 34
Octal 376 145 13 0 74 140 0 26 143 64
Binary 11111110 1100101 1011 0 111100 1100000 0 10110 1100011 110100

Color Harmonies of #FE650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE650B

Black with #FE650B

Text Example


Text Example

White with #FE650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE650B; }

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

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

background-color css

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

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

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

border-color css

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

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

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