Html Css Color HEX #FBC323 Turbo

📋 copy color: '#FBC323'

red 251 ◦ green 195 ◦ blue 35

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

Shades of Turbo #FBC323

Tints of Turbo #FBC323

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

 BLUE value IS 35 (14.06% from 255) = 7.28%

R = 52.18%
G = 40.54%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBC323 (or 0xFBC323) is known color: Turbo. HEX triplet: FB, C3 and 23. RGB value is (251,195,35). Sum of RGB (Red+Green+Blue) = 251+195+35=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC323 is #043CDC. Grayscale: #C2C2C2. Windows color (decimal): -277725 or 2343931. OLE color: 2343931.

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

Color convert

RGB 251 195 35 -
CMYK 0 0.22 0.86 0.02
HSL 44.44º 0.96% 0.56% -
HSV(B) 44.44º 0.86% 0.98% -
XYZ 59.6 59.66 9.96 -
YUV 193.5 38.55 169.01 -
System Red Green Blue C M Y K H S L
Decimal 251 195 35 0 0.22 0.86 0.02 44.44 0.96 0.56
Hex FB C3 23 0 16 56 2 2C 60 38
Octal 373 303 43 0 26 126 2 54 140 70
Binary 11111011 11000011 100011 0 10110 1010110 10 101100 1100000 111000

Color Harmonies of #FBC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC323

Black with #FBC323

Text Example


Text Example

White with #FBC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC323; }

 p { color: rgb(251,195,35); }

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

background-color css

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

 a { background-color: rgb(251,195,35); }

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

border-color css

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

 span { border-color: rgb(251,195,35); }

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