Html Css Color HEX #FDCB01 Tangerine Yellow

📋 copy color: '#FDCB01'

red 253 ◦ green 203 ◦ blue 1

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

Shades of Tangerine Yellow #FDCB01

Tints of Tangerine Yellow #FDCB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.36%
G = 44.42%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDCB01 (or 0xFDCB01) is known color: Tangerine Yellow. HEX triplet: FD, CB and 01. RGB value is (253,203,1). Sum of RGB (Red+Green+Blue) = 253+203+1=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB01 is #0234FE. Grayscale: #C3C3C3. Windows color (decimal): -144639 or 117757. OLE color: 117757.

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

Color convert

RGB 253 203 1 -
CMYK 0 0.20 1.00 0.01
HSL 48.1º 0.99% 0.5% -
HSV(B) 48.1º 1% 0.99% -
XYZ 61.87 63.6 9.04 -
YUV 194.92 18.57 169.43 -
System Red Green Blue C M Y K H S L
Decimal 253 203 1 0 0.20 1.00 0.01 48.1 0.99 0.5
Hex FD CB 1 0 14 64 1 30 63 32
Octal 375 313 1 0 24 144 1 60 143 62
Binary 11111101 11001011 1 0 10100 1100100 1 110000 1100011 110010

Color Harmonies of #FDCB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB01

Black with #FDCB01

Text Example


Text Example

White with #FDCB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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