Html Css Color HEX #FBCB15 Turbo

📋 copy color: '#FBCB15'

red 251 ◦ green 203 ◦ blue 21

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

Shades of Turbo #FBCB15

Tints of Turbo #FBCB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.42%

R = 52.84%
G = 42.74%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBCB15 (or 0xFBCB15) is known color: Turbo. HEX triplet: FB, CB and 15. RGB value is (251,203,21). Sum of RGB (Red+Green+Blue) = 251+203+21=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCB15 is #0434EA. Grayscale: #C5C5C5. Windows color (decimal): -275691 or 1428475. OLE color: 1428475.

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

Color convert

RGB 251 203 21 -
CMYK 0 0.19 0.92 0.02
HSL 47.48º 0.97% 0.53% -
HSV(B) 47.48º 0.92% 0.98% -
XYZ 61.27 63.28 9.69 -
YUV 196.6 28.9 166.8 -
System Red Green Blue C M Y K H S L
Decimal 251 203 21 0 0.19 0.92 0.02 47.48 0.97 0.53
Hex FB CB 15 0 13 5C 2 2F 61 35
Octal 373 313 25 0 23 134 2 57 141 65
Binary 11111011 11001011 10101 0 10011 1011100 10 101111 1100001 110101

Color Harmonies of #FBCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB15

Black with #FBCB15

Text Example


Text Example

White with #FBCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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