Html Css Color HEX #FA6B04 Safety Orange

📋 copy color: '#FA6B04'

red 250 ◦ green 107 ◦ blue 4

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

Shades of Safety Orange #FA6B04

Tints of Safety Orange #FA6B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 69.25%
G = 29.64%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA6B04 (or 0xFA6B04) is known color: Safety Orange. HEX triplet: FA, 6B and 04. RGB value is (250,107,4). Sum of RGB (Red+Green+Blue) = 250+107+4=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6B04 is #0594FB. Grayscale: #8A8A8A. Windows color (decimal): -365820 or 289786. OLE color: 289786.

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

Color convert

RGB 250 107 4 -
CMYK 0 0.57 0.98 0.02
HSL 25.12º 0.97% 0.5% -
HSV(B) 25.12º 0.98% 0.98% -
XYZ 44.7 30.85 3.71 -
YUV 138.02 52.38 207.88 -
System Red Green Blue C M Y K H S L
Decimal 250 107 4 0 0.57 0.98 0.02 25.12 0.97 0.5
Hex FA 6B 4 0 39 62 2 19 61 32
Octal 372 153 4 0 71 142 2 31 141 62
Binary 11111010 1101011 100 0 111001 1100010 10 11001 1100001 110010

Color Harmonies of #FA6B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B04

Black with #FA6B04

Text Example


Text Example

White with #FA6B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B04; }

 p { color: rgb(250,107,4); }

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

background-color css

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

 a { background-color: rgb(250,107,4); }

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

border-color css

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

 span { border-color: rgb(250,107,4); }

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