Html Css Color HEX #FBC324 Turbo

📋 copy color: '#FBC324'

red 251 ◦ green 195 ◦ blue 36

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

Shades of Turbo #FBC324

Tints of Turbo #FBC324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.47%

R = 52.07%
G = 40.46%
B = 7.47%

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

#FBC324 (or 0xFBC324) is known color: Turbo. HEX triplet: FB, C3 and 24. RGB value is (251,195,36). Sum of RGB (Red+Green+Blue) = 251+195+36=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC324 is #043CDB. Grayscale: #C2C2C2. Windows color (decimal): -277724 or 2409467. OLE color: 2409467.

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

Color convert

RGB 251 195 36 -
CMYK 0 0.22 0.86 0.02
HSL 44.37º 0.96% 0.56% -
HSV(B) 44.37º 0.86% 0.98% -
XYZ 59.62 59.67 10.04 -
YUV 193.62 39.05 168.93 -
System Red Green Blue C M Y K H S L
Decimal 251 195 36 0 0.22 0.86 0.02 44.37 0.96 0.56
Hex FB C3 24 0 16 56 2 2C 60 38
Octal 373 303 44 0 26 126 2 54 140 70
Binary 11111011 11000011 100100 0 10110 1010110 10 101100 1100000 111000

Color Harmonies of #FBC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC324

Black with #FBC324

Text Example


Text Example

White with #FBC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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