Html Css Color HEX #FBC61B Turbo

📋 copy color: '#FBC61B'

red 251 ◦ green 198 ◦ blue 27

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

Shades of Turbo #FBC61B

Tints of Turbo #FBC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.6%

 BLUE value IS 27 (10.94% from 255) = 5.67%

R = 52.73%
G = 41.6%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBC61B (or 0xFBC61B) is known color: Turbo. HEX triplet: FB, C6 and 1B. RGB value is (251,198,27). Sum of RGB (Red+Green+Blue) = 251+198+27=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC61B is #0439E4. Grayscale: #C3C3C3. Windows color (decimal): -276965 or 1820411. OLE color: 1820411.

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

Color convert

RGB 251 198 27 -
CMYK 0 0.21 0.89 0.02
HSL 45.8º 0.97% 0.55% -
HSV(B) 45.8º 0.89% 0.98% -
XYZ 60.18 60.98 9.63 -
YUV 194.35 33.56 168.4 -
System Red Green Blue C M Y K H S L
Decimal 251 198 27 0 0.21 0.89 0.02 45.8 0.97 0.55
Hex FB C6 1B 0 15 59 2 2E 61 37
Octal 373 306 33 0 25 131 2 56 141 67
Binary 11111011 11000110 11011 0 10101 1011001 10 101110 1100001 110111

Color Harmonies of #FBC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC61B

Black with #FBC61B

Text Example


Text Example

White with #FBC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC61B; }

 p { color: rgb(251,198,27); }

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

background-color css

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

 a { background-color: rgb(251,198,27); }

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

border-color css

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

 span { border-color: rgb(251,198,27); }

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