Html Css Color HEX #FFC912 Tangerine Yellow

📋 copy color: '#FFC912'

red 255 ◦ green 201 ◦ blue 18

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

Shades of Tangerine Yellow #FFC912

Tints of Tangerine Yellow #FFC912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 18 (7.42% from 255) = 3.8%

R = 53.8%
G = 42.41%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFC912 (or 0xFFC912) is known color: Tangerine Yellow. HEX triplet: FF, C9 and 12. RGB value is (255,201,18). Sum of RGB (Red+Green+Blue) = 255+201+18=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC912 is #0036ED. Grayscale: #C5C5C5. Windows color (decimal): -14062 or 1231359. OLE color: 1231359.

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

Color convert

RGB 255 201 18 -
CMYK 0 0.21 0.93 0
HSL 46.33º 1% 0.54% -
HSV(B) 46.33º 0.93% 1% -
XYZ 62.24 63.08 9.47 -
YUV 196.28 27.39 169.88 -
System Red Green Blue C M Y K H S L
Decimal 255 201 18 0 0.21 0.93 0 46.33 1 0.54
Hex FF C9 12 0 15 5D 0 2E 64 36
Octal 377 311 22 0 25 135 0 56 144 66
Binary 11111111 11001001 10010 0 10101 1011101 0 101110 1100100 110110

Color Harmonies of #FFC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC912

Black with #FFC912

Text Example


Text Example

White with #FFC912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC912; }

 p { color: rgb(255,201,18); }

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

background-color css

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

 a { background-color: rgb(255,201,18); }

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

border-color css

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

 span { border-color: rgb(255,201,18); }

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