Html Css Color HEX #FDCF0A Tangerine Yellow

📋 copy color: '#FDCF0A'

red 253 ◦ green 207 ◦ blue 10

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

Shades of Tangerine Yellow #FDCF0A

Tints of Tangerine Yellow #FDCF0A

RGB

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

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

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

R = 53.83%
G = 44.04%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDCF0A (or 0xFDCF0A) is known color: Tangerine Yellow. HEX triplet: FD, CF and 0A. RGB value is (253,207,10). Sum of RGB (Red+Green+Blue) = 253+207+10=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCF0A is #0230F5. Grayscale: #C7C7C7. Windows color (decimal): -143606 or 708605. OLE color: 708605.

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

Color convert

RGB 253 207 10 -
CMYK 0 0.18 0.96 0.01
HSL 48.64º 0.98% 0.52% -
HSV(B) 48.64º 0.96% 0.99% -
XYZ 62.88 65.53 9.62 -
YUV 198.3 21.74 167.02 -
System Red Green Blue C M Y K H S L
Decimal 253 207 10 0 0.18 0.96 0.01 48.64 0.98 0.52
Hex FD CF A 0 12 60 1 31 62 34
Octal 375 317 12 0 22 140 1 61 142 64
Binary 11111101 11001111 1010 0 10010 1100000 1 110001 1100010 110100

Color Harmonies of #FDCF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF0A

Black with #FDCF0A

Text Example


Text Example

White with #FDCF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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