Html Css Color HEX #FD630E Safety Orange

📋 copy color: '#FD630E'

red 253 ◦ green 99 ◦ blue 14

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

Shades of Safety Orange #FD630E

Tints of Safety Orange #FD630E

RGB

 RED value IS 253 (99.22% from 255) = 69.13%

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

 BLUE value IS 14 (5.86% from 255) = 3.83%

R = 69.13%
G = 27.05%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD630E (or 0xFD630E) is known color: Safety Orange. HEX triplet: FD, 63 and 0E. RGB value is (253,99,14). Sum of RGB (Red+Green+Blue) = 253+99+14=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD630E is #029CF1. Grayscale: #878787. Windows color (decimal): -171250 or 943101. OLE color: 943101.

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

Color convert

RGB 253 99 14 -
CMYK 0 0.61 0.94 0.01
HSL 21.34º 0.98% 0.52% -
HSV(B) 21.34º 0.94% 0.99% -
XYZ 45.05 29.84 3.8 -
YUV 135.36 59.52 211.91 -
System Red Green Blue C M Y K H S L
Decimal 253 99 14 0 0.61 0.94 0.01 21.34 0.98 0.52
Hex FD 63 E 0 3D 5E 1 15 62 34
Octal 375 143 16 0 75 136 1 25 142 64
Binary 11111101 1100011 1110 0 111101 1011110 1 10101 1100010 110100

Color Harmonies of #FD630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD630E

Black with #FD630E

Text Example


Text Example

White with #FD630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD630E; }

 p { color: rgb(253,99,14); }

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

background-color css

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

 a { background-color: rgb(253,99,14); }

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

border-color css

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

 span { border-color: rgb(253,99,14); }

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