Html Css Color HEX #FF9A0F Dark Tangerine

📋 copy color: '#FF9A0F'

red 255 ◦ green 154 ◦ blue 15

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

Shades of Dark Tangerine #FF9A0F

Tints of Dark Tangerine #FF9A0F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

 BLUE value IS 15 (6.25% from 255) = 3.54%

R = 60.14%
G = 36.32%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF9A0F (or 0xFF9A0F) is known color: Dark Tangerine. HEX triplet: FF, 9A and 0F. RGB value is (255,154,15). Sum of RGB (Red+Green+Blue) = 255+154+15=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A0F is #0065F0. Grayscale: #A9A9A9. Windows color (decimal): -26097 or 1022719. OLE color: 1022719.

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

Color convert

RGB 255 154 15 -
CMYK 0 0.40 0.94 0
HSL 34.75º 1% 0.53% -
HSV(B) 34.75º 0.94% 1% -
XYZ 52.88 44.41 6.24 -
YUV 168.35 41.46 189.8 -
System Red Green Blue C M Y K H S L
Decimal 255 154 15 0 0.40 0.94 0 34.75 1 0.53
Hex FF 9A F 0 28 5E 0 23 64 35
Octal 377 232 17 0 50 136 0 43 144 65
Binary 11111111 10011010 1111 0 101000 1011110 0 100011 1100100 110101

Color Harmonies of #FF9A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9A0F

Black with #FF9A0F

Text Example


Text Example

White with #FF9A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9A0F; }

 p { color: rgb(255,154,15); }

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

background-color css

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

 a { background-color: rgb(255,154,15); }

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

border-color css

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

 span { border-color: rgb(255,154,15); }

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