Html Css Color HEX #FFCA08 Tangerine Yellow

📋 copy color: '#FFCA08'

red 255 ◦ green 202 ◦ blue 8

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

Shades of Tangerine Yellow #FFCA08

Tints of Tangerine Yellow #FFCA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 54.84%
G = 43.44%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFCA08 (or 0xFFCA08) is known color: Tangerine Yellow. HEX triplet: FF, CA and 08. RGB value is (255,202,8). Sum of RGB (Red+Green+Blue) = 255+202+8=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA08 is #0035F7. Grayscale: #C4C4C4. Windows color (decimal): -13816 or 576255. OLE color: 576255.

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

Color convert

RGB 255 202 8 -
CMYK 0 0.21 0.97 0
HSL 47.13º 1% 0.52% -
HSV(B) 47.13º 0.97% 1% -
XYZ 62.4 63.52 9.2 -
YUV 195.73 22.06 170.27 -
System Red Green Blue C M Y K H S L
Decimal 255 202 8 0 0.21 0.97 0 47.13 1 0.52
Hex FF CA 8 0 15 61 0 2F 64 34
Octal 377 312 10 0 25 141 0 57 144 64
Binary 11111111 11001010 1000 0 10101 1100001 0 101111 1100100 110100

Color Harmonies of #FFCA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA08

Black with #FFCA08

Text Example


Text Example

White with #FFCA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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