Html Css Color HEX #F2660A Safety Orange

📋 copy color: '#F2660A'

red 242 ◦ green 102 ◦ blue 10

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

Shades of Safety Orange #F2660A

Tints of Safety Orange #F2660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 68.36%
G = 28.81%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2660A (or 0xF2660A) is known color: Safety Orange. HEX triplet: F2, 66 and 0A. RGB value is (242,102,10). Sum of RGB (Red+Green+Blue) = 242+102+10=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2660A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2660A is #0D99F5. Grayscale: #858585. Windows color (decimal): -891382 or 681714. OLE color: 681714.

HSL color Cylindrical-coordinate representation of color #F2660A: hue angle of 23.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2660A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 10 -
CMYK 0 0.58 0.96 0.05
HSL 23.79º 0.92% 0.49% -
HSV(B) 23.79º 0.96% 0.95% -
XYZ 41.42 28.4 3.59 -
YUV 133.37 58.38 205.48 -
System Red Green Blue C M Y K H S L
Decimal 242 102 10 0 0.58 0.96 0.05 23.79 0.92 0.49
Hex F2 66 A 0 3A 60 5 18 5C 31
Octal 362 146 12 0 72 140 5 30 134 61
Binary 11110010 1100110 1010 0 111010 1100000 101 11000 1011100 110001

Color Harmonies of #F2660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2660A

Black with #F2660A

Text Example


Text Example

White with #F2660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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