Html Css Color HEX #F26701 Safety Orange

📋 copy color: '#F26701'

red 242 ◦ green 103 ◦ blue 1

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

Shades of Safety Orange #F26701

Tints of Safety Orange #F26701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 69.94%
G = 29.77%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F26701 (or 0xF26701) is known color: Safety Orange. HEX triplet: F2, 67 and 01. RGB value is (242,103,1). Sum of RGB (Red+Green+Blue) = 242+103+1=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F26701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26701 is #0D98FE. Grayscale: #858585. Windows color (decimal): -891135 or 92146. OLE color: 92146.

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

Color convert

RGB 242 103 1 -
CMYK 0 0.57 1.00 0.05
HSL 25.39º 0.99% 0.48% -
HSV(B) 25.39º 1% 0.95% -
XYZ 41.47 28.58 3.36 -
YUV 132.93 53.55 205.79 -
System Red Green Blue C M Y K H S L
Decimal 242 103 1 0 0.57 1.00 0.05 25.39 0.99 0.48
Hex F2 67 1 0 39 64 5 19 63 30
Octal 362 147 1 0 71 144 5 31 143 60
Binary 11110010 1100111 1 0 111001 1100100 101 11001 1100011 110000

Color Harmonies of #F26701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26701

Black with #F26701

Text Example


Text Example

White with #F26701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26701; }

 p { color: rgb(242,103,1); }

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

background-color css

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

 a { background-color: rgb(242,103,1); }

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

border-color css

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

 span { border-color: rgb(242,103,1); }

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