Html Css Color HEX #FD640A Safety Orange

📋 copy color: '#FD640A'

red 253 ◦ green 100 ◦ blue 10

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

Shades of Safety Orange #FD640A

Tints of Safety Orange #FD640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 69.7%
G = 27.55%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD640A (or 0xFD640A) is known color: Safety Orange. HEX triplet: FD, 64 and 0A. RGB value is (253,100,10). Sum of RGB (Red+Green+Blue) = 253+100+10=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD640A is #029BF5. Grayscale: #878787. Windows color (decimal): -170998 or 681213. OLE color: 681213.

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

Color convert

RGB 253 100 10 -
CMYK 0 0.60 0.96 0.01
HSL 22.22º 0.98% 0.52% -
HSV(B) 22.22º 0.96% 0.99% -
XYZ 45.12 30.02 3.7 -
YUV 135.49 57.19 211.82 -
System Red Green Blue C M Y K H S L
Decimal 253 100 10 0 0.60 0.96 0.01 22.22 0.98 0.52
Hex FD 64 A 0 3C 60 1 16 62 34
Octal 375 144 12 0 74 140 1 26 142 64
Binary 11111101 1100100 1010 0 111100 1100000 1 10110 1100010 110100

Color Harmonies of #FD640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD640A

Black with #FD640A

Text Example


Text Example

White with #FD640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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