Html Css Color HEX #FFCA12 Tangerine Yellow

📋 copy color: '#FFCA12'

red 255 ◦ green 202 ◦ blue 18

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

Shades of Tangerine Yellow #FFCA12

Tints of Tangerine Yellow #FFCA12

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.53%

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

R = 53.68%
G = 42.53%
B = 3.79%

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

#FFCA12 (or 0xFFCA12) is known color: Tangerine Yellow. HEX triplet: FF, CA and 12. RGB value is (255,202,18). Sum of RGB (Red+Green+Blue) = 255+202+18=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA12 is #0035ED. Grayscale: #C5C5C5. Windows color (decimal): -13806 or 1231615. OLE color: 1231615.

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

Color convert

RGB 255 202 18 -
CMYK 0 0.21 0.93 0
HSL 46.58º 1% 0.54% -
HSV(B) 46.58º 0.93% 1% -
XYZ 62.47 63.54 9.55 -
YUV 196.87 27.06 169.46 -
System Red Green Blue C M Y K H S L
Decimal 255 202 18 0 0.21 0.93 0 46.58 1 0.54
Hex FF CA 12 0 15 5D 0 2F 64 36
Octal 377 312 22 0 25 135 0 57 144 66
Binary 11111111 11001010 10010 0 10101 1011101 0 101111 1100100 110110

Color Harmonies of #FFCA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA12

Black with #FFCA12

Text Example


Text Example

White with #FFCA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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