Html Css Color HEX #FF9814 Dark Tangerine

📋 copy color: '#FF9814'

red 255 ◦ green 152 ◦ blue 20

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

Shades of Dark Tangerine #FF9814

Tints of Dark Tangerine #FF9814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 59.72%
G = 35.6%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF9814 (or 0xFF9814) is known color: Dark Tangerine. HEX triplet: FF, 98 and 14. RGB value is (255,152,20). Sum of RGB (Red+Green+Blue) = 255+152+20=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9814 is #0067EB. Grayscale: #A8A8A8. Windows color (decimal): -26604 or 1349887. OLE color: 1349887.

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

Color convert

RGB 255 152 20 -
CMYK 0 0.40 0.92 0
HSL 33.7º 1% 0.54% -
HSV(B) 33.7º 0.92% 1% -
XYZ 52.59 43.77 6.34 -
YUV 167.75 44.62 190.23 -
System Red Green Blue C M Y K H S L
Decimal 255 152 20 0 0.40 0.92 0 33.7 1 0.54
Hex FF 98 14 0 28 5C 0 22 64 36
Octal 377 230 24 0 50 134 0 42 144 66
Binary 11111111 10011000 10100 0 101000 1011100 0 100010 1100100 110110

Color Harmonies of #FF9814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9814

Black with #FF9814

Text Example


Text Example

White with #FF9814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9814; }

 p { color: rgb(255,152,20); }

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

background-color css

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

 a { background-color: rgb(255,152,20); }

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

border-color css

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

 span { border-color: rgb(255,152,20); }

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