Html Css Color HEX #F26500 Safety Orange

📋 copy color: '#F26500'

red 242 ◦ green 101 ◦ blue 0

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

Shades of Safety Orange #F26500

Tints of Safety Orange #F26500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.55%
G = 29.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F26500 (or 0xF26500) is known color: Safety Orange. HEX triplet: F2, 65 and 00. RGB value is (242,101,0). Sum of RGB (Red+Green+Blue) = 242+101+0=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F26500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26500 is #0D9AFF. Grayscale: #848484. Windows color (decimal): -891648 or 26098. OLE color: 26098.

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

Color convert

RGB 242 101 0 -
CMYK 0 0.58 1 0.05
HSL 25.04º 1% 0.47% -
HSV(B) 25.04º 1% 0.95% -
XYZ 41.27 28.18 3.26 -
YUV 131.65 53.71 206.71 -
System Red Green Blue C M Y K H S L
Decimal 242 101 0 0 0.58 1 0.05 25.04 1 0.47
Hex F2 65 0 0 3A 64 5 19 64 2F
Octal 362 145 0 0 72 144 5 31 144 57
Binary 11110010 1100101 0 0 111010 1100100 101 11001 1100100 101111

Color Harmonies of #F26500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26500

Black with #F26500

Text Example


Text Example

White with #F26500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26500; }

 p { color: rgb(242,101,0); }

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

background-color css

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

 a { background-color: rgb(242,101,0); }

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

border-color css

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

 span { border-color: rgb(242,101,0); }

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