Html Css Color HEX #FA6B02 Safety Orange

📋 copy color: '#FA6B02'

red 250 ◦ green 107 ◦ blue 2

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

Shades of Safety Orange #FA6B02

Tints of Safety Orange #FA6B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 69.64%
G = 29.81%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA6B02 (or 0xFA6B02) is known color: Safety Orange. HEX triplet: FA, 6B and 02. RGB value is (250,107,2). Sum of RGB (Red+Green+Blue) = 250+107+2=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6B02 is #0594FD. Grayscale: #8A8A8A. Windows color (decimal): -365822 or 158714. OLE color: 158714.

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

Color convert

RGB 250 107 2 -
CMYK 0 0.57 0.99 0.02
HSL 25.4º 0.98% 0.49% -
HSV(B) 25.4º 0.99% 0.98% -
XYZ 44.69 30.84 3.66 -
YUV 137.79 51.38 208.04 -
System Red Green Blue C M Y K H S L
Decimal 250 107 2 0 0.57 0.99 0.02 25.4 0.98 0.49
Hex FA 6B 2 0 39 63 2 19 62 31
Octal 372 153 2 0 71 143 2 31 142 61
Binary 11111010 1101011 10 0 111001 1100011 10 11001 1100010 110001

Color Harmonies of #FA6B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B02

Black with #FA6B02

Text Example


Text Example

White with #FA6B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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