Html Css Color HEX #F2640C Safety Orange

📋 copy color: '#F2640C'

red 242 ◦ green 100 ◦ blue 12

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

Shades of Safety Orange #F2640C

Tints of Safety Orange #F2640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 68.36%
G = 28.25%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2640C (or 0xF2640C) is known color: Safety Orange. HEX triplet: F2, 64 and 0C. RGB value is (242,100,12). Sum of RGB (Red+Green+Blue) = 242+100+12=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2640C is #0D9BF3. Grayscale: #848484. Windows color (decimal): -891892 or 812274. OLE color: 812274.

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

Color convert

RGB 242 100 12 -
CMYK 0 0.59 0.95 0.05
HSL 22.96º 0.91% 0.5% -
HSV(B) 22.96º 0.95% 0.95% -
XYZ 41.24 28.02 3.58 -
YUV 132.43 60.04 206.16 -
System Red Green Blue C M Y K H S L
Decimal 242 100 12 0 0.59 0.95 0.05 22.96 0.91 0.5
Hex F2 64 C 0 3B 5F 5 17 5B 32
Octal 362 144 14 0 73 137 5 27 133 62
Binary 11110010 1100100 1100 0 111011 1011111 101 10111 1011011 110010

Color Harmonies of #F2640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2640C

Black with #F2640C

Text Example


Text Example

White with #F2640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2640C; }

 p { color: rgb(242,100,12); }

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

background-color css

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

 a { background-color: rgb(242,100,12); }

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

border-color css

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

 span { border-color: rgb(242,100,12); }

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