Html Css Color HEX #FBDA26 Turbo

📋 copy color: '#FBDA26'

red 251 ◦ green 218 ◦ blue 38

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

Shades of Turbo #FBDA26

Tints of Turbo #FBDA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.5%

R = 49.51%
G = 43%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBDA26 (or 0xFBDA26) is known color: Turbo. HEX triplet: FB, DA and 26. RGB value is (251,218,38). Sum of RGB (Red+Green+Blue) = 251+218+38=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 38 (15.23% from 255 or 7.50% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA26 is #0425D9. Grayscale: #D0D0D0. Windows color (decimal): -271834 or 2546427. OLE color: 2546427.

HSL color Cylindrical-coordinate representation of color #FBDA26: hue angle of 50.7º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBDA26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 38 -
CMYK 0 0.13 0.85 0.02
HSL 50.7º 0.96% 0.57% -
HSV(B) 50.7º 0.85% 0.98% -
XYZ 65.2 70.79 12.06 -
YUV 207.35 32.43 159.14 -
System Red Green Blue C M Y K H S L
Decimal 251 218 38 0 0.13 0.85 0.02 50.7 0.96 0.57
Hex FB DA 26 0 D 55 2 33 60 39
Octal 373 332 46 0 15 125 2 63 140 71
Binary 11111011 11011010 100110 0 1101 1010101 10 110011 1100000 111001

Color Harmonies of #FBDA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA26

Black with #FBDA26

Text Example


Text Example

White with #FBDA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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