Html Css Color HEX #FFC70C Tangerine Yellow

📋 copy color: '#FFC70C'

red 255 ◦ green 199 ◦ blue 12

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

Shades of Tangerine Yellow #FFC70C

Tints of Tangerine Yellow #FFC70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 54.72%
G = 42.7%
B = 2.58%

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

#FFC70C (or 0xFFC70C) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 0C. RGB value is (255,199,12). Sum of RGB (Red+Green+Blue) = 255+199+12=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC70C is #0038F3. Grayscale: #C3C3C3. Windows color (decimal): -14580 or 837631. OLE color: 837631.

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

Color convert

RGB 255 199 12 -
CMYK 0 0.22 0.95 0
HSL 46.17º 1% 0.52% -
HSV(B) 46.17º 0.95% 1% -
XYZ 61.73 62.13 9.09 -
YUV 194.43 25.05 171.21 -
System Red Green Blue C M Y K H S L
Decimal 255 199 12 0 0.22 0.95 0 46.17 1 0.52
Hex FF C7 C 0 16 5F 0 2E 64 34
Octal 377 307 14 0 26 137 0 56 144 64
Binary 11111111 11000111 1100 0 10110 1011111 0 101110 1100100 110100

Color Harmonies of #FFC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC70C

Black with #FFC70C

Text Example


Text Example

White with #FFC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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