Html Css Color HEX #FD640D Safety Orange

📋 copy color: '#FD640D'

red 253 ◦ green 100 ◦ blue 13

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

Shades of Safety Orange #FD640D

Tints of Safety Orange #FD640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 69.13%
G = 27.32%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD640D (or 0xFD640D) is known color: Safety Orange. HEX triplet: FD, 64 and 0D. RGB value is (253,100,13). Sum of RGB (Red+Green+Blue) = 253+100+13=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD640D is #029BF2. Grayscale: #888888. Windows color (decimal): -170995 or 877821. OLE color: 877821.

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

Color convert

RGB 253 100 13 -
CMYK 0 0.60 0.95 0.01
HSL 21.75º 0.98% 0.52% -
HSV(B) 21.75º 0.95% 0.99% -
XYZ 45.14 30.03 3.8 -
YUV 135.83 58.69 211.57 -
System Red Green Blue C M Y K H S L
Decimal 253 100 13 0 0.60 0.95 0.01 21.75 0.98 0.52
Hex FD 64 D 0 3C 5F 1 16 62 34
Octal 375 144 15 0 74 137 1 26 142 64
Binary 11111101 1100100 1101 0 111100 1011111 1 10110 1100010 110100

Color Harmonies of #FD640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD640D

Black with #FD640D

Text Example


Text Example

White with #FD640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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