Html Css Color HEX #FF6900 Safety Orange

📋 copy color: '#FF6900'

red 255 ◦ green 105 ◦ blue 0

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

Shades of Safety Orange #FF6900

Tints of Safety Orange #FF6900

RGB

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

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

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

R = 70.83%
G = 29.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF6900 (or 0xFF6900) is known color: Safety Orange. HEX triplet: FF, 69 and 00. RGB value is (255,105,0). Sum of RGB (Red+Green+Blue) = 255+105+0=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6900 is #0096FF. Grayscale: #8A8A8A. Windows color (decimal): -38656 or 27135. OLE color: 27135.

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

Color convert

RGB 255 105 0 -
CMYK 0 0.59 1 0
HSL 24.71º 1% 0.5% -
HSV(B) 24.71º 1% 1% -
XYZ 46.29 31.36 3.61 -
YUV 137.88 50.2 211.54 -
System Red Green Blue C M Y K H S L
Decimal 255 105 0 0 0.59 1 0 24.71 1 0.5
Hex FF 69 0 0 3B 64 0 19 64 32
Octal 377 151 0 0 73 144 0 31 144 62
Binary 11111111 1101001 0 0 111011 1100100 0 11001 1100100 110010

Color Harmonies of #FF6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6900

Black with #FF6900

Text Example


Text Example

White with #FF6900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6900; }

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

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

background-color css

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

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

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

border-color css

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

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

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