Html Css Color HEX #FDCA0C Tangerine Yellow

📋 copy color: '#FDCA0C'

red 253 ◦ green 202 ◦ blue 12

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

Shades of Tangerine Yellow #FDCA0C

Tints of Tangerine Yellow #FDCA0C

RGB

 RED value IS 253 (99.22% from 255) = 54.18%

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

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

R = 54.18%
G = 43.25%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDCA0C (or 0xFDCA0C) is known color: Tangerine Yellow. HEX triplet: FD, CA and 0C. RGB value is (253,202,12). Sum of RGB (Red+Green+Blue) = 253+202+12=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCA0C is #0235F3. Grayscale: #C4C4C4. Windows color (decimal): -144884 or 838397. OLE color: 838397.

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

Color convert

RGB 253 202 12 -
CMYK 0 0.20 0.95 0.01
HSL 47.3º 0.98% 0.52% -
HSV(B) 47.3º 0.95% 0.99% -
XYZ 61.69 63.15 9.29 -
YUV 195.59 24.4 168.95 -
System Red Green Blue C M Y K H S L
Decimal 253 202 12 0 0.20 0.95 0.01 47.3 0.98 0.52
Hex FD CA C 0 14 5F 1 2F 62 34
Octal 375 312 14 0 24 137 1 57 142 64
Binary 11111101 11001010 1100 0 10100 1011111 1 101111 1100010 110100

Color Harmonies of #FDCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCA0C

Black with #FDCA0C

Text Example


Text Example

White with #FDCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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