Html Css Color HEX #FE620C Safety Orange

📋 copy color: '#FE620C'

red 254 ◦ green 98 ◦ blue 12

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

Shades of Safety Orange #FE620C

Tints of Safety Orange #FE620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.3%

R = 69.78%
G = 26.92%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE620C (or 0xFE620C) is known color: Safety Orange. HEX triplet: FE, 62 and 0C. RGB value is (254,98,12). Sum of RGB (Red+Green+Blue) = 254+98+12=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE620C is #019DF3. Grayscale: #878787. Windows color (decimal): -105972 or 811774. OLE color: 811774.

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

Color convert

RGB 254 98 12 -
CMYK 0 0.61 0.95 0.00
HSL 21.32º 0.99% 0.52% -
HSV(B) 21.32º 0.95% 1% -
XYZ 45.31 29.83 3.72 -
YUV 134.84 58.68 212.99 -
System Red Green Blue C M Y K H S L
Decimal 254 98 12 0 0.61 0.95 0.00 21.32 0.99 0.52
Hex FE 62 C 0 3D 5F 0 15 63 34
Octal 376 142 14 0 75 137 0 25 143 64
Binary 11111110 1100010 1100 0 111101 1011111 0 10101 1100011 110100

Color Harmonies of #FE620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE620C

Black with #FE620C

Text Example


Text Example

White with #FE620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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