Html Css Color HEX #FBC71D Turbo

📋 copy color: '#FBC71D'

red 251 ◦ green 199 ◦ blue 29

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

Shades of Turbo #FBC71D

Tints of Turbo #FBC71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.54%

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

R = 52.4%
G = 41.54%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBC71D (or 0xFBC71D) is known color: Turbo. HEX triplet: FB, C7 and 1D. RGB value is (251,199,29). Sum of RGB (Red+Green+Blue) = 251+199+29=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC71D is #0438E2. Grayscale: #C3C3C3. Windows color (decimal): -276707 or 1951739. OLE color: 1951739.

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

Color convert

RGB 251 199 29 -
CMYK 0 0.21 0.88 0.02
HSL 45.95º 0.97% 0.55% -
HSV(B) 45.95º 0.88% 0.98% -
XYZ 60.43 61.44 9.84 -
YUV 195.17 34.23 167.82 -
System Red Green Blue C M Y K H S L
Decimal 251 199 29 0 0.21 0.88 0.02 45.95 0.97 0.55
Hex FB C7 1D 0 15 58 2 2E 61 37
Octal 373 307 35 0 25 130 2 56 141 67
Binary 11111011 11000111 11101 0 10101 1011000 10 101110 1100001 110111

Color Harmonies of #FBC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC71D

Black with #FBC71D

Text Example


Text Example

White with #FBC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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