Html Css Color HEX #FDCF0C Tangerine Yellow

📋 copy color: '#FDCF0C'

red 253 ◦ green 207 ◦ blue 12

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

Shades of Tangerine Yellow #FDCF0C

Tints of Tangerine Yellow #FDCF0C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

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

R = 53.6%
G = 43.86%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDCF0C (or 0xFDCF0C) is known color: Tangerine Yellow. HEX triplet: FD, CF and 0C. RGB value is (253,207,12). Sum of RGB (Red+Green+Blue) = 253+207+12=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCF0C is #0230F3. Grayscale: #C7C7C7. Windows color (decimal): -143604 or 839677. OLE color: 839677.

HSL color Cylindrical-coordinate representation of color #FDCF0C: hue angle of 48.55º 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 #FDCF0C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 12 -
CMYK 0 0.18 0.95 0.01
HSL 48.55º 0.98% 0.52% -
HSV(B) 48.55º 0.95% 0.99% -
XYZ 62.89 65.53 9.68 -
YUV 198.52 22.74 166.86 -
System Red Green Blue C M Y K H S L
Decimal 253 207 12 0 0.18 0.95 0.01 48.55 0.98 0.52
Hex FD CF C 0 12 5F 1 31 62 34
Octal 375 317 14 0 22 137 1 61 142 64
Binary 11111101 11001111 1100 0 10010 1011111 1 110001 1100010 110100

Color Harmonies of #FDCF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF0C

Black with #FDCF0C

Text Example


Text Example

White with #FDCF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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