Html Css Color HEX #FFCA01 Tangerine Yellow

📋 copy color: '#FFCA01'

red 255 ◦ green 202 ◦ blue 1

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

Shades of Tangerine Yellow #FFCA01

Tints of Tangerine Yellow #FFCA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.68%
G = 44.1%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFCA01 (or 0xFFCA01) is known color: Tangerine Yellow. HEX triplet: FF, CA and 01. RGB value is (255,202,1). Sum of RGB (Red+Green+Blue) = 255+202+1=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA01 is #0035FE. Grayscale: #C3C3C3. Windows color (decimal): -13823 or 117503. OLE color: 117503.

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

Color convert

RGB 255 202 1 -
CMYK 0 0.21 1.00 0
HSL 47.48º 1% 0.5% -
HSV(B) 47.48º 1% 1% -
XYZ 62.37 63.5 9 -
YUV 194.93 18.56 170.84 -
System Red Green Blue C M Y K H S L
Decimal 255 202 1 0 0.21 1.00 0 47.48 1 0.5
Hex FF CA 1 0 15 64 0 2F 64 32
Octal 377 312 1 0 25 144 0 57 144 62
Binary 11111111 11001010 1 0 10101 1100100 0 101111 1100100 110010

Color Harmonies of #FFCA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA01

Black with #FFCA01

Text Example


Text Example

White with #FFCA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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