Html Css Color HEX #F6690B Safety Orange

📋 copy color: '#F6690B'

red 246 ◦ green 105 ◦ blue 11

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

Shades of Safety Orange #F6690B

Tints of Safety Orange #F6690B

RGB

 RED value IS 246 (96.48% from 255) = 67.96%

 GREEN value IS 105 (41.41% from 255) = 29.01%

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

R = 67.96%
G = 29.01%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6690B (or 0xF6690B) is known color: Safety Orange. HEX triplet: F6, 69 and 0B. RGB value is (246,105,11). Sum of RGB (Red+Green+Blue) = 246+105+11=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F6690B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6690B is #0996F4. Grayscale: #888888. Windows color (decimal): -628469 or 748022. OLE color: 748022.

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

Color convert

RGB 246 105 11 -
CMYK 0 0.57 0.96 0.04
HSL 24º 0.93% 0.5% -
HSV(B) 24º 0.96% 0.96% -
XYZ 43.12 29.72 3.78 -
YUV 136.44 57.21 206.14 -
System Red Green Blue C M Y K H S L
Decimal 246 105 11 0 0.57 0.96 0.04 24 0.93 0.5
Hex F6 69 B 0 39 60 4 18 5D 32
Octal 366 151 13 0 71 140 4 30 135 62
Binary 11110110 1101001 1011 0 111001 1100000 100 11000 1011101 110010

Color Harmonies of #F6690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6690B

Black with #F6690B

Text Example


Text Example

White with #F6690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6690B; }

 p { color: rgb(246,105,11); }

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

background-color css

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

 a { background-color: rgb(246,105,11); }

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

border-color css

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

 span { border-color: rgb(246,105,11); }

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