Html Css Color HEX #FBCD00 Tangerine Yellow

📋 copy color: '#FBCD00'

red 251 ◦ green 205 ◦ blue 0

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

Shades of Tangerine Yellow #FBCD00

Tints of Tangerine Yellow #FBCD00

RGB

 RED value IS 251 (98.44% from 255) = 55.04%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.04%
G = 44.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBCD00 (or 0xFBCD00) is known color: Tangerine Yellow. HEX triplet: FB, CD and 00. RGB value is (251,205,0). Sum of RGB (Red+Green+Blue) = 251+205+0=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCD00 is #0432FF. Grayscale: #C4C4C4. Windows color (decimal): -275200 or 52731. OLE color: 52731.

HSL color Cylindrical-coordinate representation of color #FBCD00: hue angle of 49º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBCD00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 0 -
CMYK 0 0.18 1 0.02
HSL 49º 1% 0.49% -
HSV(B) 49º 1% 0.98% -
XYZ 61.61 64.17 9.14 -
YUV 195.38 17.74 167.67 -
System Red Green Blue C M Y K H S L
Decimal 251 205 0 0 0.18 1 0.02 49 1 0.49
Hex FB CD 0 0 12 64 2 31 64 31
Octal 373 315 0 0 22 144 2 61 144 61
Binary 11111011 11001101 0 0 10010 1100100 10 110001 1100100 110001

Color Harmonies of #FBCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD00

Black with #FBCD00

Text Example


Text Example

White with #FBCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD00; }

 p { color: rgb(251,205,0); }

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

background-color css

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

 a { background-color: rgb(251,205,0); }

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

border-color css

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

 span { border-color: rgb(251,205,0); }

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