Html Css Color HEX #FFCA0A Tangerine Yellow

📋 copy color: '#FFCA0A'

red 255 ◦ green 202 ◦ blue 10

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

Shades of Tangerine Yellow #FFCA0A

Tints of Tangerine Yellow #FFCA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.14%

R = 54.6%
G = 43.25%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFCA0A (or 0xFFCA0A) is known color: Tangerine Yellow. HEX triplet: FF, CA and 0A. RGB value is (255,202,10). Sum of RGB (Red+Green+Blue) = 255+202+10=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA0A is #0035F5. Grayscale: #C4C4C4. Windows color (decimal): -13814 or 707327. OLE color: 707327.

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

Color convert

RGB 255 202 10 -
CMYK 0 0.21 0.96 0
HSL 47.02º 1% 0.52% -
HSV(B) 47.02º 0.96% 1% -
XYZ 62.42 63.52 9.26 -
YUV 195.96 23.06 170.11 -
System Red Green Blue C M Y K H S L
Decimal 255 202 10 0 0.21 0.96 0 47.02 1 0.52
Hex FF CA A 0 15 60 0 2F 64 34
Octal 377 312 12 0 25 140 0 57 144 64
Binary 11111111 11001010 1010 0 10101 1100000 0 101111 1100100 110100

Color Harmonies of #FFCA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA0A

Black with #FFCA0A

Text Example


Text Example

White with #FFCA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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