Html Css Color HEX #FFCA0C Tangerine Yellow

📋 copy color: '#FFCA0C'

red 255 ◦ green 202 ◦ blue 12

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

Shades of Tangerine Yellow #FFCA0C

Tints of Tangerine Yellow #FFCA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 54.37%
G = 43.07%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFCA0C (or 0xFFCA0C) is known color: Tangerine Yellow. HEX triplet: FF, CA and 0C. RGB value is (255,202,12). Sum of RGB (Red+Green+Blue) = 255+202+12=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA0C is #0035F3. Grayscale: #C5C5C5. Windows color (decimal): -13812 or 838399. OLE color: 838399.

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

Color convert

RGB 255 202 12 -
CMYK 0 0.21 0.95 0
HSL 46.91º 1% 0.52% -
HSV(B) 46.91º 0.95% 1% -
XYZ 62.43 63.53 9.32 -
YUV 196.19 24.06 169.95 -
System Red Green Blue C M Y K H S L
Decimal 255 202 12 0 0.21 0.95 0 46.91 1 0.52
Hex FF CA C 0 15 5F 0 2F 64 34
Octal 377 312 14 0 25 137 0 57 144 64
Binary 11111111 11001010 1100 0 10101 1011111 0 101111 1100100 110100

Color Harmonies of #FFCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA0C

Black with #FFCA0C

Text Example


Text Example

White with #FFCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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