Html Css Color HEX #FBC916 Turbo

📋 copy color: '#FBC916'

red 251 ◦ green 201 ◦ blue 22

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

Shades of Turbo #FBC916

Tints of Turbo #FBC916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.64%

R = 52.95%
G = 42.41%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FBC916 (or 0xFBC916) is known color: Turbo. HEX triplet: FB, C9 and 16. RGB value is (251,201,22). Sum of RGB (Red+Green+Blue) = 251+201+22=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC916 is #0436E9. Grayscale: #C4C4C4. Windows color (decimal): -276202 or 1493499. OLE color: 1493499.

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

Color convert

RGB 251 201 22 -
CMYK 0 0.20 0.91 0.02
HSL 46.9º 0.97% 0.54% -
HSV(B) 46.9º 0.91% 0.98% -
XYZ 60.82 62.34 9.59 -
YUV 195.54 30.07 167.55 -
System Red Green Blue C M Y K H S L
Decimal 251 201 22 0 0.20 0.91 0.02 46.9 0.97 0.54
Hex FB C9 16 0 14 5B 2 2F 61 36
Octal 373 311 26 0 24 133 2 57 141 66
Binary 11111011 11001001 10110 0 10100 1011011 10 101111 1100001 110110

Color Harmonies of #FBC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC916

Black with #FBC916

Text Example


Text Example

White with #FBC916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC916; }

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

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

background-color css

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

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

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

border-color css

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

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

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