Html Css Color HEX #FBC81D Turbo

📋 copy color: '#FBC81D'

red 251 ◦ green 200 ◦ blue 29

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

Shades of Turbo #FBC81D

Tints of Turbo #FBC81D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

 BLUE value IS 29 (11.72% from 255) = 6.04%

R = 52.29%
G = 41.67%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBC81D (or 0xFBC81D) is known color: Turbo. HEX triplet: FB, C8 and 1D. RGB value is (251,200,29). Sum of RGB (Red+Green+Blue) = 251+200+29=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC81D is #0437E2. Grayscale: #C4C4C4. Windows color (decimal): -276451 or 1951995. OLE color: 1951995.

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

Color convert

RGB 251 200 29 -
CMYK 0 0.20 0.88 0.02
HSL 46.22º 0.97% 0.55% -
HSV(B) 46.22º 0.88% 0.98% -
XYZ 60.66 61.91 9.91 -
YUV 195.76 33.9 167.4 -
System Red Green Blue C M Y K H S L
Decimal 251 200 29 0 0.20 0.88 0.02 46.22 0.97 0.55
Hex FB C8 1D 0 14 58 2 2E 61 37
Octal 373 310 35 0 24 130 2 56 141 67
Binary 11111011 11001000 11101 0 10100 1011000 10 101110 1100001 110111

Color Harmonies of #FBC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC81D

Black with #FBC81D

Text Example


Text Example

White with #FBC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC81D; }

 p { color: rgb(251,200,29); }

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

background-color css

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

 a { background-color: rgb(251,200,29); }

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

border-color css

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

 span { border-color: rgb(251,200,29); }

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