Html Css Color HEX #F7620B Safety Orange

📋 copy color: '#F7620B'

red 247 ◦ green 98 ◦ blue 11

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

Shades of Safety Orange #F7620B

Tints of Safety Orange #F7620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

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

R = 69.38%
G = 27.53%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7620B (or 0xF7620B) is known color: Safety Orange. HEX triplet: F7, 62 and 0B. RGB value is (247,98,11). Sum of RGB (Red+Green+Blue) = 247+98+11=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7620B is #089DF4. Grayscale: #858585. Windows color (decimal): -564725 or 746231. OLE color: 746231.

HSL color Cylindrical-coordinate representation of color #F7620B: hue angle of 22.12º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7620B is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 98 11 -
CMYK 0 0.60 0.96 0.03
HSL 22.12º 0.94% 0.51% -
HSV(B) 22.12º 0.96% 0.97% -
XYZ 42.79 28.53 3.57 -
YUV 132.63 59.36 209.57 -
System Red Green Blue C M Y K H S L
Decimal 247 98 11 0 0.60 0.96 0.03 22.12 0.94 0.51
Hex F7 62 B 0 3C 60 3 16 5E 33
Octal 367 142 13 0 74 140 3 26 136 63
Binary 11110111 1100010 1011 0 111100 1100000 11 10110 1011110 110011

Color Harmonies of #F7620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7620B

Black with #F7620B

Text Example


Text Example

White with #F7620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7620B; }

 p { color: rgb(247,98,11); }

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

background-color css

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

 a { background-color: rgb(247,98,11); }

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

border-color css

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

 span { border-color: rgb(247,98,11); }

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