Html Css Color HEX #FBC920 Turbo

📋 copy color: '#FBC920'

red 251 ◦ green 201 ◦ blue 32

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

Shades of Turbo #FBC920

Tints of Turbo #FBC920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.61%

R = 51.86%
G = 41.53%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBC920 (or 0xFBC920) is known color: Turbo. HEX triplet: FB, C9 and 20. RGB value is (251,201,32). Sum of RGB (Red+Green+Blue) = 251+201+32=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC920 is #0436DF. Grayscale: #C5C5C5. Windows color (decimal): -276192 or 2148859. OLE color: 2148859.

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

Color convert

RGB 251 201 32 -
CMYK 0 0.20 0.87 0.02
HSL 46.3º 0.96% 0.55% -
HSV(B) 46.3º 0.87% 0.98% -
XYZ 60.93 62.39 10.2 -
YUV 196.68 35.07 166.74 -
System Red Green Blue C M Y K H S L
Decimal 251 201 32 0 0.20 0.87 0.02 46.3 0.96 0.55
Hex FB C9 20 0 14 57 2 2E 60 37
Octal 373 311 40 0 24 127 2 56 140 67
Binary 11111011 11001001 100000 0 10100 1010111 10 101110 1100000 110111

Color Harmonies of #FBC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC920

Black with #FBC920

Text Example


Text Example

White with #FBC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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