Html Css Color HEX #F2680D Safety Orange

📋 copy color: '#F2680D'

red 242 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #F2680D

Tints of Safety Orange #F2680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 67.41%
G = 28.97%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2680D (or 0xF2680D) is known color: Safety Orange. HEX triplet: F2, 68 and 0D. RGB value is (242,104,13). Sum of RGB (Red+Green+Blue) = 242+104+13=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2680D is #0D97F2. Grayscale: #878787. Windows color (decimal): -890867 or 878834. OLE color: 878834.

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

Color convert

RGB 242 104 13 -
CMYK 0 0.57 0.95 0.05
HSL 23.84º 0.9% 0.5% -
HSV(B) 23.84º 0.95% 0.95% -
XYZ 41.64 28.81 3.75 -
YUV 134.89 59.22 204.4 -
System Red Green Blue C M Y K H S L
Decimal 242 104 13 0 0.57 0.95 0.05 23.84 0.9 0.5
Hex F2 68 D 0 39 5F 5 18 5A 32
Octal 362 150 15 0 71 137 5 30 132 62
Binary 11110010 1101000 1101 0 111001 1011111 101 11000 1011010 110010

Color Harmonies of #F2680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2680D

Black with #F2680D

Text Example


Text Example

White with #F2680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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