Html Css Color HEX #FFC710 Tangerine Yellow

📋 copy color: '#FFC710'

red 255 ◦ green 199 ◦ blue 16

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

Shades of Tangerine Yellow #FFC710

Tints of Tangerine Yellow #FFC710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.34%

 BLUE value IS 16 (6.64% from 255) = 3.4%

R = 54.26%
G = 42.34%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFC710 (or 0xFFC710) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 10. RGB value is (255,199,16). Sum of RGB (Red+Green+Blue) = 255+199+16=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC710 is #0038EF. Grayscale: #C3C3C3. Windows color (decimal): -14576 or 1099775. OLE color: 1099775.

HSL color Cylindrical-coordinate representation of color #FFC710: hue angle of 45.94º 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 #FFC710 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 16 -
CMYK 0 0.22 0.94 0
HSL 45.94º 1% 0.53% -
HSV(B) 45.94º 0.94% 1% -
XYZ 61.76 62.14 9.23 -
YUV 194.88 27.05 170.88 -
System Red Green Blue C M Y K H S L
Decimal 255 199 16 0 0.22 0.94 0 45.94 1 0.53
Hex FF C7 10 0 16 5E 0 2E 64 35
Octal 377 307 20 0 26 136 0 56 144 65
Binary 11111111 11000111 10000 0 10110 1011110 0 101110 1100100 110101

Color Harmonies of #FFC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC710

Black with #FFC710

Text Example


Text Example

White with #FFC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC710; }

 p { color: rgb(255,199,16); }

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

background-color css

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

 a { background-color: rgb(255,199,16); }

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

border-color css

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

 span { border-color: rgb(255,199,16); }

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