Html Css Color HEX #FFC70E Tangerine Yellow

📋 copy color: '#FFC70E'

red 255 ◦ green 199 ◦ blue 14

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

Shades of Tangerine Yellow #FFC70E

Tints of Tangerine Yellow #FFC70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.99%

R = 54.49%
G = 42.52%
B = 2.99%

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

#FFC70E (or 0xFFC70E) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 0E. RGB value is (255,199,14). Sum of RGB (Red+Green+Blue) = 255+199+14=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC70E is #0038F1. Grayscale: #C3C3C3. Windows color (decimal): -14578 or 968703. OLE color: 968703.

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

Color convert

RGB 255 199 14 -
CMYK 0 0.22 0.95 0
HSL 46.06º 1% 0.53% -
HSV(B) 46.06º 0.95% 1% -
XYZ 61.74 62.14 9.16 -
YUV 194.65 26.05 171.04 -
System Red Green Blue C M Y K H S L
Decimal 255 199 14 0 0.22 0.95 0 46.06 1 0.53
Hex FF C7 E 0 16 5F 0 2E 64 35
Octal 377 307 16 0 26 137 0 56 144 65
Binary 11111111 11000111 1110 0 10110 1011111 0 101110 1100100 110101

Color Harmonies of #FFC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC70E

Black with #FFC70E

Text Example


Text Example

White with #FFC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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