Html Css Color HEX #FBC922 Turbo

📋 copy color: '#FBC922'

red 251 ◦ green 201 ◦ blue 34

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

Shades of Turbo #FBC922

Tints of Turbo #FBC922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7%

R = 51.65%
G = 41.36%
B = 7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBC922 (or 0xFBC922) is known color: Turbo. HEX triplet: FB, C9 and 22. RGB value is (251,201,34). Sum of RGB (Red+Green+Blue) = 251+201+34=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC922 is #0436DD. Grayscale: #C5C5C5. Windows color (decimal): -276190 or 2279931. OLE color: 2279931.

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

Color convert

RGB 251 201 34 -
CMYK 0 0.20 0.86 0.02
HSL 46.18º 0.96% 0.56% -
HSV(B) 46.18º 0.86% 0.98% -
XYZ 60.96 62.4 10.34 -
YUV 196.91 36.07 166.58 -
System Red Green Blue C M Y K H S L
Decimal 251 201 34 0 0.20 0.86 0.02 46.18 0.96 0.56
Hex FB C9 22 0 14 56 2 2E 60 38
Octal 373 311 42 0 24 126 2 56 140 70
Binary 11111011 11001001 100010 0 10100 1010110 10 101110 1100000 111000

Color Harmonies of #FBC922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC922

Black with #FBC922

Text Example


Text Example

White with #FBC922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC922; }

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

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

background-color css

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

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

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

border-color css

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

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

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