Html Css Color HEX #FBCB0B Tangerine Yellow

📋 copy color: '#FBCB0B'

red 251 ◦ green 203 ◦ blue 11

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

Shades of Tangerine Yellow #FBCB0B

Tints of Tangerine Yellow #FBCB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.37%

R = 53.98%
G = 43.66%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBCB0B (or 0xFBCB0B) is known color: Tangerine Yellow. HEX triplet: FB, CB and 0B. RGB value is (251,203,11). Sum of RGB (Red+Green+Blue) = 251+203+11=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCB0B is #0434F4. Grayscale: #C4C4C4. Windows color (decimal): -275701 or 773115. OLE color: 773115.

HSL color Cylindrical-coordinate representation of color #FBCB0B: hue angle of 48º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBCB0B is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 11 -
CMYK 0 0.19 0.96 0.02
HSL 48º 0.97% 0.51% -
HSV(B) 48º 0.96% 0.98% -
XYZ 61.2 63.25 9.3 -
YUV 195.46 23.9 167.61 -
System Red Green Blue C M Y K H S L
Decimal 251 203 11 0 0.19 0.96 0.02 48 0.97 0.51
Hex FB CB B 0 13 60 2 30 61 33
Octal 373 313 13 0 23 140 2 60 141 63
Binary 11111011 11001011 1011 0 10011 1100000 10 110000 1100001 110011

Color Harmonies of #FBCB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB0B

Black with #FBCB0B

Text Example


Text Example

White with #FBCB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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