Html Css Color HEX #FF6F0A Safety Orange

📋 copy color: '#FF6F0A'

red 255 ◦ green 111 ◦ blue 10

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

Shades of Safety Orange #FF6F0A

Tints of Safety Orange #FF6F0A

RGB

 RED value IS 255 (100% from 255) = 67.82%

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 67.82%
G = 29.52%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF6F0A (or 0xFF6F0A) is known color: Safety Orange. HEX triplet: FF, 6F and 0A. RGB value is (255,111,10). Sum of RGB (Red+Green+Blue) = 255+111+10=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F0A is #0090F5. Grayscale: #8F8F8F. Windows color (decimal): -37110 or 684031. OLE color: 684031.

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

Color convert

RGB 255 111 10 -
CMYK 0 0.56 0.96 0
HSL 24.73º 1% 0.52% -
HSV(B) 24.73º 0.96% 1% -
XYZ 46.98 32.65 4.11 -
YUV 142.54 53.21 208.21 -
System Red Green Blue C M Y K H S L
Decimal 255 111 10 0 0.56 0.96 0 24.73 1 0.52
Hex FF 6F A 0 38 60 0 19 64 34
Octal 377 157 12 0 70 140 0 31 144 64
Binary 11111111 1101111 1010 0 111000 1100000 0 11001 1100100 110100

Color Harmonies of #FF6F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F0A

Black with #FF6F0A

Text Example


Text Example

White with #FF6F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F0A; }

 p { color: rgb(255,111,10); }

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

background-color css

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

 a { background-color: rgb(255,111,10); }

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

border-color css

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

 span { border-color: rgb(255,111,10); }

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