Html Css Color HEX #FB700A Safety Orange

📋 copy color: '#FB700A'

red 251 ◦ green 112 ◦ blue 10

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

Shades of Safety Orange #FB700A

Tints of Safety Orange #FB700A

RGB

 RED value IS 251 (98.44% from 255) = 67.29%

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

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

R = 67.29%
G = 30.03%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB700A (or 0xFB700A) is known color: Safety Orange. HEX triplet: FB, 70 and 0A. RGB value is (251,112,10). Sum of RGB (Red+Green+Blue) = 251+112+10=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB700A is #048FF5. Grayscale: #8E8E8E. Windows color (decimal): -298998 or 684283. OLE color: 684283.

HSL color Cylindrical-coordinate representation of color #FB700A: hue angle of 25.39º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB700A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 112 10 -
CMYK 0 0.55 0.96 0.02
HSL 25.39º 0.97% 0.51% -
HSV(B) 25.39º 0.96% 0.98% -
XYZ 45.63 32.12 4.08 -
YUV 141.93 53.55 205.79 -
System Red Green Blue C M Y K H S L
Decimal 251 112 10 0 0.55 0.96 0.02 25.39 0.97 0.51
Hex FB 70 A 0 37 60 2 19 61 33
Octal 373 160 12 0 67 140 2 31 141 63
Binary 11111011 1110000 1010 0 110111 1100000 10 11001 1100001 110011

Color Harmonies of #FB700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB700A

Black with #FB700A

Text Example


Text Example

White with #FB700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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