Html Css Color HEX #FBCB00 Tangerine Yellow

📋 copy color: '#FBCB00'

red 251 ◦ green 203 ◦ blue 0

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

Shades of Tangerine Yellow #FBCB00

Tints of Tangerine Yellow #FBCB00

RGB

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

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

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

R = 55.29%
G = 44.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBCB00 (or 0xFBCB00) is known color: Tangerine Yellow. HEX triplet: FB, CB and 00. RGB value is (251,203,0). Sum of RGB (Red+Green+Blue) = 251+203+0=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCB00 is #0434FF. Grayscale: #C3C3C3. Windows color (decimal): -275712 or 52219. OLE color: 52219.

HSL color Cylindrical-coordinate representation of color #FBCB00: hue angle of 48.53º 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 #FBCB00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 0 -
CMYK 0 0.19 1 0.02
HSL 48.53º 1% 0.49% -
HSV(B) 48.53º 1% 0.98% -
XYZ 61.14 63.22 8.98 -
YUV 194.21 18.4 168.51 -
System Red Green Blue C M Y K H S L
Decimal 251 203 0 0 0.19 1 0.02 48.53 1 0.49
Hex FB CB 0 0 13 64 2 31 64 31
Octal 373 313 0 0 23 144 2 61 144 61
Binary 11111011 11001011 0 0 10011 1100100 10 110001 1100100 110001

Color Harmonies of #FBCB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB00

Black with #FBCB00

Text Example


Text Example

White with #FBCB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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