Html Css Color HEX #FDCD07 Tangerine Yellow

📋 copy color: '#FDCD07'

red 253 ◦ green 205 ◦ blue 7

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

Shades of Tangerine Yellow #FDCD07

Tints of Tangerine Yellow #FDCD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 54.41%
G = 44.09%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDCD07 (or 0xFDCD07) is known color: Tangerine Yellow. HEX triplet: FD, CD and 07. RGB value is (253,205,7). Sum of RGB (Red+Green+Blue) = 253+205+7=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 7 (3.12% from 255 or 1.51% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD07 is #0232F8. Grayscale: #C5C5C5. Windows color (decimal): -144121 or 511485. OLE color: 511485.

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

Color convert

RGB 253 205 7 -
CMYK 0 0.19 0.97 0.01
HSL 48.29º 0.98% 0.51% -
HSV(B) 48.29º 0.97% 0.99% -
XYZ 62.38 64.56 9.37 -
YUV 196.78 20.9 168.1 -
System Red Green Blue C M Y K H S L
Decimal 253 205 7 0 0.19 0.97 0.01 48.29 0.98 0.51
Hex FD CD 7 0 13 61 1 30 62 33
Octal 375 315 7 0 23 141 1 60 142 63
Binary 11111101 11001101 111 0 10011 1100001 1 110000 1100010 110011

Color Harmonies of #FDCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD07

Black with #FDCD07

Text Example


Text Example

White with #FDCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD07; }

 p { color: rgb(253,205,7); }

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

background-color css

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

 a { background-color: rgb(253,205,7); }

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

border-color css

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

 span { border-color: rgb(253,205,7); }

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