Html Css Color HEX #FFC70D Tangerine Yellow

📋 copy color: '#FFC70D'

red 255 ◦ green 199 ◦ blue 13

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

Shades of Tangerine Yellow #FFC70D

Tints of Tangerine Yellow #FFC70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.78%

R = 54.6%
G = 42.61%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFC70D (or 0xFFC70D) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 0D. RGB value is (255,199,13). Sum of RGB (Red+Green+Blue) = 255+199+13=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC70D is #0038F2. Grayscale: #C3C3C3. Windows color (decimal): -14579 or 903167. OLE color: 903167.

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

Color convert

RGB 255 199 13 -
CMYK 0 0.22 0.95 0
HSL 46.12º 1% 0.53% -
HSV(B) 46.12º 0.95% 1% -
XYZ 61.74 62.14 9.12 -
YUV 194.54 25.55 171.12 -
System Red Green Blue C M Y K H S L
Decimal 255 199 13 0 0.22 0.95 0 46.12 1 0.53
Hex FF C7 D 0 16 5F 0 2E 64 35
Octal 377 307 15 0 26 137 0 56 144 65
Binary 11111111 11000111 1101 0 10110 1011111 0 101110 1100100 110101

Color Harmonies of #FFC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC70D

Black with #FFC70D

Text Example


Text Example

White with #FFC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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