Html Css Color HEX #F26A0A Safety Orange

📋 copy color: '#F26A0A'

red 242 ◦ green 106 ◦ blue 10

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

Shades of Safety Orange #F26A0A

Tints of Safety Orange #F26A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 67.6%
G = 29.61%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F26A0A (or 0xF26A0A) is known color: Safety Orange. HEX triplet: F2, 6A and 0A. RGB value is (242,106,10). Sum of RGB (Red+Green+Blue) = 242+106+10=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A0A is #0D95F5. Grayscale: #888888. Windows color (decimal): -890358 or 682738. OLE color: 682738.

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

Color convert

RGB 242 106 10 -
CMYK 0 0.56 0.96 0.05
HSL 24.83º 0.92% 0.49% -
HSV(B) 24.83º 0.96% 0.95% -
XYZ 41.83 29.21 3.72 -
YUV 135.72 57.06 203.81 -
System Red Green Blue C M Y K H S L
Decimal 242 106 10 0 0.56 0.96 0.05 24.83 0.92 0.49
Hex F2 6A A 0 38 60 5 19 5C 31
Octal 362 152 12 0 70 140 5 31 134 61
Binary 11110010 1101010 1010 0 111000 1100000 101 11001 1011100 110001

Color Harmonies of #F26A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A0A

Black with #F26A0A

Text Example


Text Example

White with #F26A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A0A; }

 p { color: rgb(242,106,10); }

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

background-color css

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

 a { background-color: rgb(242,106,10); }

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

border-color css

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

 span { border-color: rgb(242,106,10); }

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