Html Css Color HEX #FFCA04 Tangerine Yellow

📋 copy color: '#FFCA04'

red 255 ◦ green 202 ◦ blue 4

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

Shades of Tangerine Yellow #FFCA04

Tints of Tangerine Yellow #FFCA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 55.31%
G = 43.82%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFCA04 (or 0xFFCA04) is known color: Tangerine Yellow. HEX triplet: FF, CA and 04. RGB value is (255,202,4). Sum of RGB (Red+Green+Blue) = 255+202+4=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA04 is #0035FB. Grayscale: #C4C4C4. Windows color (decimal): -13820 or 314111. OLE color: 314111.

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

Color convert

RGB 255 202 4 -
CMYK 0 0.21 0.98 0
HSL 47.33º 1% 0.51% -
HSV(B) 47.33º 0.98% 1% -
XYZ 62.38 63.51 9.09 -
YUV 195.28 20.06 170.6 -
System Red Green Blue C M Y K H S L
Decimal 255 202 4 0 0.21 0.98 0 47.33 1 0.51
Hex FF CA 4 0 15 62 0 2F 64 33
Octal 377 312 4 0 25 142 0 57 144 63
Binary 11111111 11001010 100 0 10101 1100010 0 101111 1100100 110011

Color Harmonies of #FFCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA04

Black with #FFCA04

Text Example


Text Example

White with #FFCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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