Html Css Color HEX #FBDA1C Turbo

📋 copy color: '#FBDA1C'

red 251 ◦ green 218 ◦ blue 28

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

Shades of Turbo #FBDA1C

Tints of Turbo #FBDA1C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.86%

 BLUE value IS 28 (11.33% from 255) = 5.63%

R = 50.5%
G = 43.86%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBDA1C (or 0xFBDA1C) is known color: Turbo. HEX triplet: FB, DA and 1C. RGB value is (251,218,28). Sum of RGB (Red+Green+Blue) = 251+218+28=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA1C is #0425E3. Grayscale: #CFCFCF. Windows color (decimal): -271844 or 1891067. OLE color: 1891067.

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

Color convert

RGB 251 218 28 -
CMYK 0 0.13 0.89 0.02
HSL 51.12º 0.97% 0.55% -
HSV(B) 51.12º 0.89% 0.98% -
XYZ 65.06 70.74 11.32 -
YUV 206.21 27.43 159.95 -
System Red Green Blue C M Y K H S L
Decimal 251 218 28 0 0.13 0.89 0.02 51.12 0.97 0.55
Hex FB DA 1C 0 D 59 2 33 61 37
Octal 373 332 34 0 15 131 2 63 141 67
Binary 11111011 11011010 11100 0 1101 1011001 10 110011 1100001 110111

Color Harmonies of #FBDA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA1C

Black with #FBDA1C

Text Example


Text Example

White with #FBDA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA1C; }

 p { color: rgb(251,218,28); }

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

background-color css

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

 a { background-color: rgb(251,218,28); }

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

border-color css

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

 span { border-color: rgb(251,218,28); }

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