Html Css Color HEX #FFCA00 Tangerine Yellow

📋 copy color: '#FFCA00'

red 255 ◦ green 202 ◦ blue 0

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

Shades of Tangerine Yellow #FFCA00

Tints of Tangerine Yellow #FFCA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.8%
G = 44.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFCA00 (or 0xFFCA00) is known color: Tangerine Yellow. HEX triplet: FF, CA and 00. RGB value is (255,202,0). Sum of RGB (Red+Green+Blue) = 255+202+0=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA00 is #0035FF. Grayscale: #C3C3C3. Windows color (decimal): -13824 or 51967. OLE color: 51967.

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

Color convert

RGB 255 202 0 -
CMYK 0 0.21 1 0
HSL 47.53º 1% 0.5% -
HSV(B) 47.53º 1% 1% -
XYZ 62.36 63.5 8.97 -
YUV 194.82 18.06 170.93 -
System Red Green Blue C M Y K H S L
Decimal 255 202 0 0 0.21 1 0 47.53 1 0.5
Hex FF CA 0 0 15 64 0 30 64 32
Octal 377 312 0 0 25 144 0 60 144 62
Binary 11111111 11001010 0 0 10101 1100100 0 110000 1100100 110010

Color Harmonies of #FFCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA00

Black with #FFCA00

Text Example


Text Example

White with #FFCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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