Html Css Color HEX #FE630D Safety Orange

📋 copy color: '#FE630D'

red 254 ◦ green 99 ◦ blue 13

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

Shades of Safety Orange #FE630D

Tints of Safety Orange #FE630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 69.4%
G = 27.05%
B = 3.55%

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

#FE630D (or 0xFE630D) is known color: Safety Orange. HEX triplet: FE, 63 and 0D. RGB value is (254,99,13). Sum of RGB (Red+Green+Blue) = 254+99+13=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE630D is #019CF2. Grayscale: #888888. Windows color (decimal): -105715 or 877566. OLE color: 877566.

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

Color convert

RGB 254 99 13 -
CMYK 0 0.61 0.95 0.00
HSL 21.41º 0.99% 0.52% -
HSV(B) 21.41º 0.95% 1% -
XYZ 45.41 30.02 3.78 -
YUV 135.54 58.85 212.49 -
System Red Green Blue C M Y K H S L
Decimal 254 99 13 0 0.61 0.95 0.00 21.41 0.99 0.52
Hex FE 63 D 0 3D 5F 0 15 63 34
Octal 376 143 15 0 75 137 0 25 143 64
Binary 11111110 1100011 1101 0 111101 1011111 0 10101 1100011 110100

Color Harmonies of #FE630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE630D

Black with #FE630D

Text Example


Text Example

White with #FE630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE630D; }

 p { color: rgb(254,99,13); }

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

background-color css

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

 a { background-color: rgb(254,99,13); }

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

border-color css

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

 span { border-color: rgb(254,99,13); }

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