Html Css Color HEX #FDCB02 Tangerine Yellow

📋 copy color: '#FDCB02'

red 253 ◦ green 203 ◦ blue 2

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

Shades of Tangerine Yellow #FDCB02

Tints of Tangerine Yellow #FDCB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 55.24%
G = 44.32%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDCB02 (or 0xFDCB02) is known color: Tangerine Yellow. HEX triplet: FD, CB and 02. RGB value is (253,203,2). Sum of RGB (Red+Green+Blue) = 253+203+2=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB02 is #0234FD. Grayscale: #C3C3C3. Windows color (decimal): -144638 or 183293. OLE color: 183293.

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

Color convert

RGB 253 203 2 -
CMYK 0 0.20 0.99 0.01
HSL 48.05º 0.98% 0.5% -
HSV(B) 48.05º 0.99% 0.99% -
XYZ 61.87 63.6 9.07 -
YUV 195.04 19.07 169.34 -
System Red Green Blue C M Y K H S L
Decimal 253 203 2 0 0.20 0.99 0.01 48.05 0.98 0.5
Hex FD CB 2 0 14 63 1 30 62 32
Octal 375 313 2 0 24 143 1 60 142 62
Binary 11111101 11001011 10 0 10100 1100011 1 110000 1100010 110010

Color Harmonies of #FDCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB02

Black with #FDCB02

Text Example


Text Example

White with #FDCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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