Html Css Color HEX #FB6A02 Safety Orange

📋 copy color: '#FB6A02'

red 251 ◦ green 106 ◦ blue 2

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

Shades of Safety Orange #FB6A02

Tints of Safety Orange #FB6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

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

R = 69.92%
G = 29.53%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB6A02 (or 0xFB6A02) is known color: Safety Orange. HEX triplet: FB, 6A and 02. RGB value is (251,106,2). Sum of RGB (Red+Green+Blue) = 251+106+2=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6A02 is #0495FD. Grayscale: #8A8A8A. Windows color (decimal): -300542 or 158459. OLE color: 158459.

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

Color convert

RGB 251 106 2 -
CMYK 0 0.58 0.99 0.02
HSL 25.06º 0.98% 0.5% -
HSV(B) 25.06º 0.99% 0.98% -
XYZ 44.95 30.82 3.64 -
YUV 137.5 51.54 208.96 -
System Red Green Blue C M Y K H S L
Decimal 251 106 2 0 0.58 0.99 0.02 25.06 0.98 0.5
Hex FB 6A 2 0 3A 63 2 19 62 32
Octal 373 152 2 0 72 143 2 31 142 62
Binary 11111011 1101010 10 0 111010 1100011 10 11001 1100010 110010

Color Harmonies of #FB6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6A02

Black with #FB6A02

Text Example


Text Example

White with #FB6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6A02; }

 p { color: rgb(251,106,2); }

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

background-color css

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

 a { background-color: rgb(251,106,2); }

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

border-color css

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

 span { border-color: rgb(251,106,2); }

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