Html Css Color HEX #FA6E0B Safety Orange

📋 copy color: '#FA6E0B'

red 250 ◦ green 110 ◦ blue 11

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

Shades of Safety Orange #FA6E0B

Tints of Safety Orange #FA6E0B

RGB

 RED value IS 250 (98.05% from 255) = 67.39%

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 67.39%
G = 29.65%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA6E0B (or 0xFA6E0B) is known color: Safety Orange. HEX triplet: FA, 6E and 0B. RGB value is (250,110,11). Sum of RGB (Red+Green+Blue) = 250+110+11=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6E0B is #0591F4. Grayscale: #8D8D8D. Windows color (decimal): -365045 or 749306. OLE color: 749306.

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

Color convert

RGB 250 110 11 -
CMYK 0 0.56 0.96 0.02
HSL 24.85º 0.96% 0.51% -
HSV(B) 24.85º 0.96% 0.98% -
XYZ 45.06 31.5 4.02 -
YUV 140.57 54.88 206.05 -
System Red Green Blue C M Y K H S L
Decimal 250 110 11 0 0.56 0.96 0.02 24.85 0.96 0.51
Hex FA 6E B 0 38 60 2 19 60 33
Octal 372 156 13 0 70 140 2 31 140 63
Binary 11111010 1101110 1011 0 111000 1100000 10 11001 1100000 110011

Color Harmonies of #FA6E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E0B

Black with #FA6E0B

Text Example


Text Example

White with #FA6E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E0B; }

 p { color: rgb(250,110,11); }

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

background-color css

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

 a { background-color: rgb(250,110,11); }

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

border-color css

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

 span { border-color: rgb(250,110,11); }

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