Html Css Color HEX #F76B00 Safety Orange

📋 copy color: '#F76B00'

red 247 ◦ green 107 ◦ blue 0

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

Shades of Safety Orange #F76B00

Tints of Safety Orange #F76B00

RGB

 RED value IS 247 (96.88% from 255) = 69.77%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.77%
G = 30.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F76B00 (or 0xF76B00) is known color: Safety Orange. HEX triplet: F7, 6B and 00. RGB value is (247,107,0). Sum of RGB (Red+Green+Blue) = 247+107+0=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76B00 is #0894FF. Grayscale: #898989. Windows color (decimal): -562432 or 27639. OLE color: 27639.

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

Color convert

RGB 247 107 0 -
CMYK 0 0.57 1 0.03
HSL 25.99º 1% 0.48% -
HSV(B) 25.99º 1% 0.97% -
XYZ 43.62 30.29 3.55 -
YUV 136.66 50.88 206.7 -
System Red Green Blue C M Y K H S L
Decimal 247 107 0 0 0.57 1 0.03 25.99 1 0.48
Hex F7 6B 0 0 39 64 3 1A 64 30
Octal 367 153 0 0 71 144 3 32 144 60
Binary 11110111 1101011 0 0 111001 1100100 11 11010 1100100 110000

Color Harmonies of #F76B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76B00

Black with #F76B00

Text Example


Text Example

White with #F76B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76B00; }

 p { color: rgb(247,107,0); }

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

background-color css

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

 a { background-color: rgb(247,107,0); }

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

border-color css

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

 span { border-color: rgb(247,107,0); }

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