Html Css Color HEX #FD630D Safety Orange

📋 copy color: '#FD630D'

red 253 ◦ green 99 ◦ blue 13

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

Shades of Safety Orange #FD630D

Tints of Safety Orange #FD630D

RGB

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

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

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

R = 69.32%
G = 27.12%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD630D (or 0xFD630D) is known color: Safety Orange. HEX triplet: FD, 63 and 0D. RGB value is (253,99,13). Sum of RGB (Red+Green+Blue) = 253+99+13=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD630D is #029CF2. Grayscale: #878787. Windows color (decimal): -171251 or 877565. OLE color: 877565.

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

Color convert

RGB 253 99 13 -
CMYK 0 0.61 0.95 0.01
HSL 21.5º 0.98% 0.52% -
HSV(B) 21.5º 0.95% 0.99% -
XYZ 45.04 29.84 3.77 -
YUV 135.24 59.02 211.99 -
System Red Green Blue C M Y K H S L
Decimal 253 99 13 0 0.61 0.95 0.01 21.5 0.98 0.52
Hex FD 63 D 0 3D 5F 1 16 62 34
Octal 375 143 15 0 75 137 1 26 142 64
Binary 11111101 1100011 1101 0 111101 1011111 1 10110 1100010 110100

Color Harmonies of #FD630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD630D

Black with #FD630D

Text Example


Text Example

White with #FD630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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