Html Css Color HEX #F26A0D Safety Orange

📋 copy color: '#F26A0D'

red 242 ◦ green 106 ◦ blue 13

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

Shades of Safety Orange #F26A0D

Tints of Safety Orange #F26A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 67.04%
G = 29.36%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F26A0D (or 0xF26A0D) is known color: Safety Orange. HEX triplet: F2, 6A and 0D. RGB value is (242,106,13). Sum of RGB (Red+Green+Blue) = 242+106+13=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A0D is #0D95F2. Grayscale: #888888. Windows color (decimal): -890355 or 879346. OLE color: 879346.

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

Color convert

RGB 242 106 13 -
CMYK 0 0.56 0.95 0.05
HSL 24.37º 0.9% 0.5% -
HSV(B) 24.37º 0.95% 0.95% -
XYZ 41.84 29.21 3.81 -
YUV 136.06 58.56 203.56 -
System Red Green Blue C M Y K H S L
Decimal 242 106 13 0 0.56 0.95 0.05 24.37 0.9 0.5
Hex F2 6A D 0 38 5F 5 18 5A 32
Octal 362 152 15 0 70 137 5 30 132 62
Binary 11110010 1101010 1101 0 111000 1011111 101 11000 1011010 110010

Color Harmonies of #F26A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A0D

Black with #F26A0D

Text Example


Text Example

White with #F26A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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