Html Css Color HEX #F26A0C Safety Orange

📋 copy color: '#F26A0C'

red 242 ◦ green 106 ◦ blue 12

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

Shades of Safety Orange #F26A0C

Tints of Safety Orange #F26A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 67.22%
G = 29.44%
B = 3.33%

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

#F26A0C (or 0xF26A0C) is known color: Safety Orange. HEX triplet: F2, 6A and 0C. RGB value is (242,106,12). Sum of RGB (Red+Green+Blue) = 242+106+12=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A0C is #0D95F3. Grayscale: #888888. Windows color (decimal): -890356 or 813810. OLE color: 813810.

HSL color Cylindrical-coordinate representation of color #F26A0C: hue angle of 24.52º degrees, saturation: 0.91, 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 #F26A0C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 106 12 -
CMYK 0 0.56 0.95 0.05
HSL 24.52º 0.91% 0.5% -
HSV(B) 24.52º 0.95% 0.95% -
XYZ 41.84 29.21 3.78 -
YUV 135.95 58.06 203.64 -
System Red Green Blue C M Y K H S L
Decimal 242 106 12 0 0.56 0.95 0.05 24.52 0.91 0.5
Hex F2 6A C 0 38 5F 5 19 5B 32
Octal 362 152 14 0 70 137 5 31 133 62
Binary 11110010 1101010 1100 0 111000 1011111 101 11001 1011011 110010

Color Harmonies of #F26A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A0C

Black with #F26A0C

Text Example


Text Example

White with #F26A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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