Html Css Color HEX #F2660D Safety Orange

📋 copy color: '#F2660D'

red 242 ◦ green 102 ◦ blue 13

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

Shades of Safety Orange #F2660D

Tints of Safety Orange #F2660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 67.79%
G = 28.57%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2660D (or 0xF2660D) is known color: Safety Orange. HEX triplet: F2, 66 and 0D. RGB value is (242,102,13). Sum of RGB (Red+Green+Blue) = 242+102+13=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2660D is #0D99F2. Grayscale: #868686. Windows color (decimal): -891379 or 878322. OLE color: 878322.

HSL color Cylindrical-coordinate representation of color #F2660D: hue angle of 23.32º 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 #F2660D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 13 -
CMYK 0 0.58 0.95 0.05
HSL 23.32º 0.9% 0.5% -
HSV(B) 23.32º 0.95% 0.95% -
XYZ 41.44 28.41 3.68 -
YUV 133.71 59.88 205.24 -
System Red Green Blue C M Y K H S L
Decimal 242 102 13 0 0.58 0.95 0.05 23.32 0.9 0.5
Hex F2 66 D 0 3A 5F 5 17 5A 32
Octal 362 146 15 0 72 137 5 27 132 62
Binary 11110010 1100110 1101 0 111010 1011111 101 10111 1011010 110010

Color Harmonies of #F2660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2660D

Black with #F2660D

Text Example


Text Example

White with #F2660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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