Html Css Color HEX #FFCB10 Tangerine Yellow

📋 copy color: '#FFCB10'

red 255 ◦ green 203 ◦ blue 16

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

Shades of Tangerine Yellow #FFCB10

Tints of Tangerine Yellow #FFCB10

RGB

 RED value IS 255 (100% from 255) = 53.8%

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

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

R = 53.8%
G = 42.83%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFCB10 (or 0xFFCB10) is known color: Tangerine Yellow. HEX triplet: FF, CB and 10. RGB value is (255,203,16). Sum of RGB (Red+Green+Blue) = 255+203+16=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB10 is #0034EF. Grayscale: #C6C6C6. Windows color (decimal): -13552 or 1100799. OLE color: 1100799.

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

Color convert

RGB 255 203 16 -
CMYK 0 0.20 0.94 0
HSL 46.95º 1% 0.53% -
HSV(B) 46.95º 0.94% 1% -
XYZ 62.69 64.01 9.54 -
YUV 197.23 25.73 169.21 -
System Red Green Blue C M Y K H S L
Decimal 255 203 16 0 0.20 0.94 0 46.95 1 0.53
Hex FF CB 10 0 14 5E 0 2F 64 35
Octal 377 313 20 0 24 136 0 57 144 65
Binary 11111111 11001011 10000 0 10100 1011110 0 101111 1100100 110101

Color Harmonies of #FFCB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB10

Black with #FFCB10

Text Example


Text Example

White with #FFCB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB10; }

 p { color: rgb(255,203,16); }

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

background-color css

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

 a { background-color: rgb(255,203,16); }

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

border-color css

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

 span { border-color: rgb(255,203,16); }

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