Html Css Color HEX #F26900 Safety Orange

📋 copy color: '#F26900'

red 242 ◦ green 105 ◦ blue 0

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

Shades of Safety Orange #F26900

Tints of Safety Orange #F26900

RGB

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

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

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

R = 69.74%
G = 30.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F26900 (or 0xF26900) is known color: Safety Orange. HEX triplet: F2, 69 and 00. RGB value is (242,105,0). Sum of RGB (Red+Green+Blue) = 242+105+0=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F26900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26900 is #0D96FF. Grayscale: #868686. Windows color (decimal): -890624 or 27122. OLE color: 27122.

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

Color convert

RGB 242 105 0 -
CMYK 0 0.57 1 0.05
HSL 26.03º 1% 0.47% -
HSV(B) 26.03º 1% 0.95% -
XYZ 41.67 28.98 3.4 -
YUV 133.99 52.39 205.04 -
System Red Green Blue C M Y K H S L
Decimal 242 105 0 0 0.57 1 0.05 26.03 1 0.47
Hex F2 69 0 0 39 64 5 1A 64 2F
Octal 362 151 0 0 71 144 5 32 144 57
Binary 11110010 1101001 0 0 111001 1100100 101 11010 1100100 101111

Color Harmonies of #F26900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26900

Black with #F26900

Text Example


Text Example

White with #F26900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26900; }

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

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

background-color css

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

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

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

border-color css

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

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

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