Html Css Color HEX #F26901 Safety Orange

📋 copy color: '#F26901'

red 242 ◦ green 105 ◦ blue 1

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

Shades of Safety Orange #F26901

Tints of Safety Orange #F26901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

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

R = 69.54%
G = 30.17%
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

#F26901 (or 0xF26901) is known color: Safety Orange. HEX triplet: F2, 69 and 01. RGB value is (242,105,1). Sum of RGB (Red+Green+Blue) = 242+105+1=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F26901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26901 is #0D96FE. Grayscale: #868686. Windows color (decimal): -890623 or 92658. OLE color: 92658.

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

Color convert

RGB 242 105 1 -
CMYK 0 0.57 1.00 0.05
HSL 25.89º 0.99% 0.48% -
HSV(B) 25.89º 1% 0.95% -
XYZ 41.68 28.98 3.43 -
YUV 134.11 52.89 204.96 -
System Red Green Blue C M Y K H S L
Decimal 242 105 1 0 0.57 1.00 0.05 25.89 0.99 0.48
Hex F2 69 1 0 39 64 5 1A 63 30
Octal 362 151 1 0 71 144 5 32 143 60
Binary 11110010 1101001 1 0 111001 1100100 101 11010 1100011 110000

Color Harmonies of #F26901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26901

Black with #F26901

Text Example


Text Example

White with #F26901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26901; }

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

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

background-color css

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

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

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

border-color css

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

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

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