Html Css Color HEX #F2680F Safety Orange

📋 copy color: '#F2680F'

red 242 ◦ green 104 ◦ blue 15

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

Shades of Safety Orange #F2680F

Tints of Safety Orange #F2680F

RGB

 RED value IS 242 (94.92% from 255) = 67.04%

 GREEN value IS 104 (41.02% from 255) = 28.81%

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 67.04%
G = 28.81%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2680F (or 0xF2680F) is known color: Safety Orange. HEX triplet: F2, 68 and 0F. RGB value is (242,104,15). Sum of RGB (Red+Green+Blue) = 242+104+15=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F2680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2680F is #0D97F0. Grayscale: #878787. Windows color (decimal): -890865 or 1009906. OLE color: 1009906.

HSL color Cylindrical-coordinate representation of color #F2680F: hue angle of 23.52º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2680F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 104 15 -
CMYK 0 0.57 0.94 0.05
HSL 23.52º 0.9% 0.5% -
HSV(B) 23.52º 0.94% 0.95% -
XYZ 41.65 28.81 3.82 -
YUV 135.12 60.22 204.24 -
System Red Green Blue C M Y K H S L
Decimal 242 104 15 0 0.57 0.94 0.05 23.52 0.9 0.5
Hex F2 68 F 0 39 5E 5 18 5A 32
Octal 362 150 17 0 71 136 5 30 132 62
Binary 11110010 1101000 1111 0 111001 1011110 101 11000 1011010 110010

Color Harmonies of #F2680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2680F

Black with #F2680F

Text Example


Text Example

White with #F2680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2680F; }

 p { color: rgb(242,104,15); }

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

background-color css

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

 a { background-color: rgb(242,104,15); }

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

border-color css

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

 span { border-color: rgb(242,104,15); }

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