Html Css Color HEX #F26507 Safety Orange

📋 copy color: '#F26507'

red 242 ◦ green 101 ◦ blue 7

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

Shades of Safety Orange #F26507

Tints of Safety Orange #F26507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2%

R = 69.14%
G = 28.86%
B = 2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F26507 (or 0xF26507) is known color: Safety Orange. HEX triplet: F2, 65 and 07. RGB value is (242,101,7). Sum of RGB (Red+Green+Blue) = 242+101+7=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F26507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26507 is #0D9AF8. Grayscale: #848484. Windows color (decimal): -891641 or 484850. OLE color: 484850.

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

Color convert

RGB 242 101 7 -
CMYK 0 0.58 0.97 0.05
HSL 24º 0.94% 0.49% -
HSV(B) 24º 0.97% 0.95% -
XYZ 41.31 28.2 3.47 -
YUV 132.44 57.21 206.14 -
System Red Green Blue C M Y K H S L
Decimal 242 101 7 0 0.58 0.97 0.05 24 0.94 0.49
Hex F2 65 7 0 3A 61 5 18 5E 31
Octal 362 145 7 0 72 141 5 30 136 61
Binary 11110010 1100101 111 0 111010 1100001 101 11000 1011110 110001

Color Harmonies of #F26507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26507

Black with #F26507

Text Example


Text Example

White with #F26507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26507; }

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

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

background-color css

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

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

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

border-color css

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

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

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