Html Css Color HEX #FDCB12 Tangerine Yellow

📋 copy color: '#FDCB12'

red 253 ◦ green 203 ◦ blue 18

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

Shades of Tangerine Yellow #FDCB12

Tints of Tangerine Yellow #FDCB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.8%

R = 53.38%
G = 42.83%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDCB12 (or 0xFDCB12) is known color: Tangerine Yellow. HEX triplet: FD, CB and 12. RGB value is (253,203,18). Sum of RGB (Red+Green+Blue) = 253+203+18=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB12 is #0234ED. Grayscale: #C5C5C5. Windows color (decimal): -144622 or 1231869. OLE color: 1231869.

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

Color convert

RGB 253 203 18 -
CMYK 0 0.20 0.93 0.01
HSL 47.23º 0.98% 0.53% -
HSV(B) 47.23º 0.93% 0.99% -
XYZ 61.97 63.64 9.59 -
YUV 196.86 27.07 168.04 -
System Red Green Blue C M Y K H S L
Decimal 253 203 18 0 0.20 0.93 0.01 47.23 0.98 0.53
Hex FD CB 12 0 14 5D 1 2F 62 35
Octal 375 313 22 0 24 135 1 57 142 65
Binary 11111101 11001011 10010 0 10100 1011101 1 101111 1100010 110101

Color Harmonies of #FDCB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB12

Black with #FDCB12

Text Example


Text Example

White with #FDCB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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