Html Css Color HEX #F66900 Safety Orange

📋 copy color: '#F66900'

red 246 ◦ green 105 ◦ blue 0

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

Shades of Safety Orange #F66900

Tints of Safety Orange #F66900

RGB

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

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

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

R = 70.09%
G = 29.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F66900 (or 0xF66900) is known color: Safety Orange. HEX triplet: F6, 69 and 00. RGB value is (246,105,0). Sum of RGB (Red+Green+Blue) = 246+105+0=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F66900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66900 is #0996FF. Grayscale: #878787. Windows color (decimal): -628480 or 27126. OLE color: 27126.

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

Color convert

RGB 246 105 0 -
CMYK 0 0.57 1 0.04
HSL 25.61º 1% 0.48% -
HSV(B) 25.61º 1% 0.96% -
XYZ 43.06 29.7 3.46 -
YUV 135.19 51.71 207.04 -
System Red Green Blue C M Y K H S L
Decimal 246 105 0 0 0.57 1 0.04 25.61 1 0.48
Hex F6 69 0 0 39 64 4 1A 64 30
Octal 366 151 0 0 71 144 4 32 144 60
Binary 11110110 1101001 0 0 111001 1100100 100 11010 1100100 110000

Color Harmonies of #F66900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66900

Black with #F66900

Text Example


Text Example

White with #F66900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66900; }

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

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

background-color css

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

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

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

border-color css

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

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

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