Html Css Color HEX #FD700A Safety Orange

📋 copy color: '#FD700A'

red 253 ◦ green 112 ◦ blue 10

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

Shades of Safety Orange #FD700A

Tints of Safety Orange #FD700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 67.47%
G = 29.87%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD700A (or 0xFD700A) is known color: Safety Orange. HEX triplet: FD, 70 and 0A. RGB value is (253,112,10). Sum of RGB (Red+Green+Blue) = 253+112+10=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD700A is #028FF5. Grayscale: #8F8F8F. Windows color (decimal): -167926 or 684285. OLE color: 684285.

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

Color convert

RGB 253 112 10 -
CMYK 0 0.56 0.96 0.01
HSL 25.19º 0.98% 0.52% -
HSV(B) 25.19º 0.96% 0.99% -
XYZ 46.36 32.49 4.12 -
YUV 142.53 53.21 206.79 -
System Red Green Blue C M Y K H S L
Decimal 253 112 10 0 0.56 0.96 0.01 25.19 0.98 0.52
Hex FD 70 A 0 38 60 1 19 62 34
Octal 375 160 12 0 70 140 1 31 142 64
Binary 11111101 1110000 1010 0 111000 1100000 1 11001 1100010 110100

Color Harmonies of #FD700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD700A

Black with #FD700A

Text Example


Text Example

White with #FD700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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