Html Css Color HEX #FDCB04 Tangerine Yellow

📋 copy color: '#FDCB04'

red 253 ◦ green 203 ◦ blue 4

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

Shades of Tangerine Yellow #FDCB04

Tints of Tangerine Yellow #FDCB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.13%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 55%
G = 44.13%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDCB04 (or 0xFDCB04) is known color: Tangerine Yellow. HEX triplet: FD, CB and 04. RGB value is (253,203,4). Sum of RGB (Red+Green+Blue) = 253+203+4=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB04 is #0234FB. Grayscale: #C4C4C4. Windows color (decimal): -144636 or 314365. OLE color: 314365.

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

Color convert

RGB 253 203 4 -
CMYK 0 0.20 0.98 0.01
HSL 47.95º 0.98% 0.5% -
HSV(B) 47.95º 0.98% 0.99% -
XYZ 61.89 63.6 9.13 -
YUV 195.26 20.07 169.18 -
System Red Green Blue C M Y K H S L
Decimal 253 203 4 0 0.20 0.98 0.01 47.95 0.98 0.5
Hex FD CB 4 0 14 62 1 30 62 32
Octal 375 313 4 0 24 142 1 60 142 62
Binary 11111101 11001011 100 0 10100 1100010 1 110000 1100010 110010

Color Harmonies of #FDCB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB04

Black with #FDCB04

Text Example


Text Example

White with #FDCB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB04; }

 p { color: rgb(253,203,4); }

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

background-color css

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

 a { background-color: rgb(253,203,4); }

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

border-color css

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

 span { border-color: rgb(253,203,4); }

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