Html Css Color HEX #FF630D Safety Orange

📋 copy color: '#FF630D'

red 255 ◦ green 99 ◦ blue 13

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

Shades of Safety Orange #FF630D

Tints of Safety Orange #FF630D

RGB

 RED value IS 255 (100% from 255) = 69.48%

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

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

R = 69.48%
G = 26.98%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF630D (or 0xFF630D) is known color: Safety Orange. HEX triplet: FF, 63 and 0D. RGB value is (255,99,13). Sum of RGB (Red+Green+Blue) = 255+99+13=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF630D is #009CF2. Grayscale: #888888. Windows color (decimal): -40179 or 877567. OLE color: 877567.

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

Color convert

RGB 255 99 13 -
CMYK 0 0.61 0.95 0
HSL 21.32º 1% 0.53% -
HSV(B) 21.32º 0.95% 1% -
XYZ 45.77 30.21 3.8 -
YUV 135.84 58.68 212.99 -
System Red Green Blue C M Y K H S L
Decimal 255 99 13 0 0.61 0.95 0 21.32 1 0.53
Hex FF 63 D 0 3D 5F 0 15 64 35
Octal 377 143 15 0 75 137 0 25 144 65
Binary 11111111 1100011 1101 0 111101 1011111 0 10101 1100100 110101

Color Harmonies of #FF630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF630D

Black with #FF630D

Text Example


Text Example

White with #FF630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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