Html Css Color HEX #FBDA24 Turbo

📋 copy color: '#FBDA24'

red 251 ◦ green 218 ◦ blue 36

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

Shades of Turbo #FBDA24

Tints of Turbo #FBDA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.13%

R = 49.7%
G = 43.17%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBDA24 (or 0xFBDA24) is known color: Turbo. HEX triplet: FB, DA and 24. RGB value is (251,218,36). Sum of RGB (Red+Green+Blue) = 251+218+36=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 36 (14.45% from 255 or 7.13% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA24 is #0425DB. Grayscale: #CFCFCF. Windows color (decimal): -271836 or 2415355. OLE color: 2415355.

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

Color convert

RGB 251 218 36 -
CMYK 0 0.13 0.86 0.02
HSL 50.79º 0.96% 0.56% -
HSV(B) 50.79º 0.86% 0.98% -
XYZ 65.17 70.78 11.9 -
YUV 207.12 31.43 159.3 -
System Red Green Blue C M Y K H S L
Decimal 251 218 36 0 0.13 0.86 0.02 50.79 0.96 0.56
Hex FB DA 24 0 D 56 2 33 60 38
Octal 373 332 44 0 15 126 2 63 140 70
Binary 11111011 11011010 100100 0 1101 1010110 10 110011 1100000 111000

Color Harmonies of #FBDA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA24

Black with #FBDA24

Text Example


Text Example

White with #FBDA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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