Html Css Color HEX #FBCC10 Tangerine Yellow

📋 copy color: '#FBCC10'

red 251 ◦ green 204 ◦ blue 16

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

Shades of Tangerine Yellow #FBCC10

Tints of Tangerine Yellow #FBCC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

 BLUE value IS 16 (6.64% from 255) = 3.4%

R = 53.29%
G = 43.31%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBCC10 (or 0xFBCC10) is known color: Tangerine Yellow. HEX triplet: FB, CC and 10. RGB value is (251,204,16). Sum of RGB (Red+Green+Blue) = 251+204+16=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCC10 is #0433EF. Grayscale: #C5C5C5. Windows color (decimal): -275440 or 1101051. OLE color: 1101051.

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

Color convert

RGB 251 204 16 -
CMYK 0 0.19 0.94 0.02
HSL 48º 0.97% 0.52% -
HSV(B) 48º 0.94% 0.98% -
XYZ 61.47 63.73 9.55 -
YUV 196.62 26.07 166.79 -
System Red Green Blue C M Y K H S L
Decimal 251 204 16 0 0.19 0.94 0.02 48 0.97 0.52
Hex FB CC 10 0 13 5E 2 30 61 34
Octal 373 314 20 0 23 136 2 60 141 64
Binary 11111011 11001100 10000 0 10011 1011110 10 110000 1100001 110100

Color Harmonies of #FBCC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC10

Black with #FBCC10

Text Example


Text Example

White with #FBCC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC10; }

 p { color: rgb(251,204,16); }

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

background-color css

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

 a { background-color: rgb(251,204,16); }

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

border-color css

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

 span { border-color: rgb(251,204,16); }

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