Html Css Color HEX #FFC70A Tangerine Yellow

📋 copy color: '#FFC70A'

red 255 ◦ green 199 ◦ blue 10

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

Shades of Tangerine Yellow #FFC70A

Tints of Tangerine Yellow #FFC70A

RGB

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

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

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

R = 54.96%
G = 42.89%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFC70A (or 0xFFC70A) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 0A. RGB value is (255,199,10). Sum of RGB (Red+Green+Blue) = 255+199+10=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC70A is #0038F5. Grayscale: #C3C3C3. Windows color (decimal): -14582 or 706559. OLE color: 706559.

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

Color convert

RGB 255 199 10 -
CMYK 0 0.22 0.96 0
HSL 46.29º 1% 0.52% -
HSV(B) 46.29º 0.96% 1% -
XYZ 61.72 62.13 9.03 -
YUV 194.2 24.05 171.37 -
System Red Green Blue C M Y K H S L
Decimal 255 199 10 0 0.22 0.96 0 46.29 1 0.52
Hex FF C7 A 0 16 60 0 2E 64 34
Octal 377 307 12 0 26 140 0 56 144 64
Binary 11111111 11000111 1010 0 10110 1100000 0 101110 1100100 110100

Color Harmonies of #FFC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC70A

Black with #FFC70A

Text Example


Text Example

White with #FFC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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