Html Css Color HEX #FE650A Safety Orange

📋 copy color: '#FE650A'

red 254 ◦ green 101 ◦ blue 10

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

Shades of Safety Orange #FE650A

Tints of Safety Orange #FE650A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.74%

R = 69.59%
G = 27.67%
B = 2.74%

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

#FE650A (or 0xFE650A) is known color: Safety Orange. HEX triplet: FE, 65 and 0A. RGB value is (254,101,10). Sum of RGB (Red+Green+Blue) = 254+101+10=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE650A is #019AF5. Grayscale: #888888. Windows color (decimal): -105206 or 681470. OLE color: 681470.

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

Color convert

RGB 254 101 10 -
CMYK 0 0.60 0.96 0.00
HSL 22.38º 0.99% 0.52% -
HSV(B) 22.38º 0.96% 1% -
XYZ 45.58 30.4 3.75 -
YUV 136.37 56.69 211.9 -
System Red Green Blue C M Y K H S L
Decimal 254 101 10 0 0.60 0.96 0.00 22.38 0.99 0.52
Hex FE 65 A 0 3C 60 0 16 63 34
Octal 376 145 12 0 74 140 0 26 143 64
Binary 11111110 1100101 1010 0 111100 1100000 0 10110 1100011 110100

Color Harmonies of #FE650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE650A

Black with #FE650A

Text Example


Text Example

White with #FE650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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