Html Css Color HEX #FBC913 Turbo

📋 copy color: '#FBC913'

red 251 ◦ green 201 ◦ blue 19

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

Shades of Turbo #FBC913

Tints of Turbo #FBC913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.68%

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 53.29%
G = 42.68%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBC913 (or 0xFBC913) is known color: Turbo. HEX triplet: FB, C9 and 13. RGB value is (251,201,19). Sum of RGB (Red+Green+Blue) = 251+201+19=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC913 is #0436EC. Grayscale: #C3C3C3. Windows color (decimal): -276205 or 1296891. OLE color: 1296891.

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

Color convert

RGB 251 201 19 -
CMYK 0 0.20 0.92 0.02
HSL 47.07º 0.97% 0.53% -
HSV(B) 47.07º 0.92% 0.98% -
XYZ 60.79 62.33 9.44 -
YUV 195.2 28.57 167.8 -
System Red Green Blue C M Y K H S L
Decimal 251 201 19 0 0.20 0.92 0.02 47.07 0.97 0.53
Hex FB C9 13 0 14 5C 2 2F 61 35
Octal 373 311 23 0 24 134 2 57 141 65
Binary 11111011 11001001 10011 0 10100 1011100 10 101111 1100001 110101

Color Harmonies of #FBC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC913

Black with #FBC913

Text Example


Text Example

White with #FBC913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC913; }

 p { color: rgb(251,201,19); }

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

background-color css

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

 a { background-color: rgb(251,201,19); }

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

border-color css

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

 span { border-color: rgb(251,201,19); }

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